Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Mohamed Alibi
ansible-examples
Commits
3e6a9a37
Commit
3e6a9a37
authored
Jul 28, 2016
by
Dave Johnson
Browse files
Fixed typo
parent
e5a3c162
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lamp_haproxy/aws/demo-aws-launch.yml
lamp_haproxy/aws/demo-aws-launch.yml
+7
-7
No files found.
lamp_haproxy/aws/demo-aws-launch.yml
View file @
3e6a9a37
...
...
@@ -8,7 +8,7 @@
# load AWS variables from this group vars file
vars_files
:
-
group_vars/all
tasks
:
-
name
:
Launch webserver instances
ec2
:
...
...
@@ -35,7 +35,7 @@
region
:
"
{{
ec2_region
}}"
instance_tags
:
"
{'ansible_group':'{{
ec2_tag_dbservers
}}',
'type':'{{
ec2_instance_type
}}',
'group':'{{
ec2_security_group
}}',
'Name':'demo_''{{
tower_user_name
}}'}"
count
:
"
1"
wait
=
true
wait
:
true
register
:
ec2
-
name
:
Launch load balancing instance
...
...
@@ -68,9 +68,9 @@
-
name
:
Wait for SSH to come up
wait_for
:
host
:
{{
item.public_dns_name
}}
port
:
22
delay
:
60
timeout
:
320
host
:
"
{{
item.public_dns_name
}}
"
port
:
22
delay
:
60
timeout
:
320
state
:
started
with_items
:
ec2.instances
with_items
:
"
{{
ec2.instances
}}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment