see if this works w/o the ec2_key specification in there

This commit is contained in:
Seth Vidal 2012-10-25 21:42:26 +00:00
parent 0e26f87f79
commit 820d0ef5ed

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 group=${security_group} ec2_access_key=${fedora_admin_access_key} ec2_secret_key=${fedora_admin_secret_key} ec2_url=http://209.132.184.1:8773/services/Eucalyptus"
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'"