see if this works w/o the ec2_key specification in there
This commit is contained in:
parent
0e26f87f79
commit
820d0ef5ed
1 changed files with 1 additions and 1 deletions
|
@ -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'"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue