need to specify a securit group

This commit is contained in:
Seth Vidal 2012-10-25 20:55:22 +00:00
parent 25ac8b2641
commit 645bc6d72a

View file

@ -5,7 +5,7 @@
ignore_errors: true
- name: spin it up
local_action: ec2_create keypair=${keypair} image=${image} type=${instance_type} wait=true
local_action: ec2_create keypair=${keypair} image=${image} type=${instance_type} wait=true group=${security_group}
register: inst_res
only_if: "'${host_is_up.rc}' != '0'"