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 16:03:53 +0300
committerDave Johnson <djohnson@Daves-MacBook-Pro.local>2015-08-27 16:03:53 +0300
commit8e95009739fddfcfe1a94f85cbb4d78be654a1d2 (patch)
tree48558f0c588595d6c001ec92e169845652fb7d86 /windows
parent610499ec6b5b69ef1d145ed612945ef09f9720c3 (diff)
Fixed db image to correct AMI
Diffstat (limited to 'windows')
-rw-r--r--windows/wamp_haproxy/demo-aws-wamp-launch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/wamp_haproxy/demo-aws-wamp-launch.yml b/windows/wamp_haproxy/demo-aws-wamp-launch.yml
index 364b55f..a9ac149 100644
--- a/windows/wamp_haproxy/demo-aws-wamp-launch.yml
+++ b/windows/wamp_haproxy/demo-aws-wamp-launch.yml
@@ -29,7 +29,7 @@
keypair="{{ ec2_keypair }}"
group="{{ ec2_security_group }}"
type="{{ ec2_instance_type }}"
- image="ami-8359f1e8"
+ image="ami-17d66f7c"
region="{{ ec2_region }}"
instance_tags="{'ansible_group':'windows_dbservers', 'type':'{{ ec2_instance_type }}', 'group':'{{ ec2_security_group }}', 'Name':'demo_''{{ tower_user_name }}'}"
count="1"