Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Johnson <djohnson@Daves-MacBook-Pro.local>2015-08-27 20:42:14 +0300
committerDave Johnson <djohnson@Daves-MacBook-Pro.local>2015-08-27 20:42:14 +0300
commit04ef589638849cd8aca150e843449c6b4f4d5616 (patch)
treec2f1a1c6c5c6271b7a974ae4e8a6df204aa20e21 /windows
parent8eb0088ce0b087813f2a064bf63397e24bae2a9e (diff)
Fixed whitespace
Diffstat (limited to 'windows')
-rw-r--r--windows/wamp_haproxy/demo-aws-wamp-launch.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/windows/wamp_haproxy/demo-aws-wamp-launch.yml b/windows/wamp_haproxy/demo-aws-wamp-launch.yml
index 59f1c89..2923f92 100644
--- a/windows/wamp_haproxy/demo-aws-wamp-launch.yml
+++ b/windows/wamp_haproxy/demo-aws-wamp-launch.yml
@@ -21,8 +21,8 @@
count="{{ ec2_instance_count }}"
wait=true
register: ec2
-
- tags:
+
+ tags:
- web
- name: Launch database instance
@@ -38,16 +38,16 @@
count="1"
wait=true
register: ec2
-
- tags:
- - db
+
+ tags:
+ - db
- name: Wait for WinRM to come up
local_action: wait_for host={{ item.public_dns_name }}
port=5986 delay=60 timeout=320 state=started
with_items: ec2.instances
-
- tags:
- - web
- - db
+
+ tags:
+ - web
+ - db