Remove user_data until I can figure out how to make it work.
This commit is contained in:
parent
d022f58e94
commit
5e61d476e9
2 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: spin it up
|
- name: spin it up
|
||||||
local_action: ec2 keypair={{ keypair }} image={{ image }} type={{ instance_type }} wait=true group={{ security_group }} ec2_access_key={{ persist_access_key }} ec2_secret_key={{ persist_secret_key }} ec2_url={{ os_ec2_url }} user_data={{ ec2_userdata }}
|
local_action: ec2 keypair={{ keypair }} image={{ image }} type={{ instance_type }} wait=true group={{ security_group }} ec2_access_key={{ persist_access_key }} ec2_secret_key={{ persist_secret_key }} ec2_url={{ os_ec2_url }}
|
||||||
register: inst_res
|
register: inst_res
|
||||||
when: host_is_up|failed
|
when: host_is_up|failed
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,6 @@ f17_qcow_id: ami-00000001
|
||||||
f19_qcow_id: ami-00000020
|
f19_qcow_id: ami-00000020
|
||||||
# Fedora-20-TC4-x86_64
|
# Fedora-20-TC4-x86_64
|
||||||
f20_qcow_id: ami-00000038
|
f20_qcow_id: ami-00000038
|
||||||
# This disables the anoying requirement of logging in as fedora user on cloud images
|
|
||||||
ec2_userdata: '{"#cloud-config":"","disable_root":"0"}'
|
|
||||||
# Set a default hostname base to transient. Override in host vars or command line.
|
# Set a default hostname base to transient. Override in host vars or command line.
|
||||||
hostbase: transient
|
hostbase: transient
|
||||||
# root_auth_users for cloud instances is '' by default
|
# root_auth_users for cloud instances is '' by default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue