Back to this to test more.
This commit is contained in:
parent
7fa2e11fa5
commit
0768a03c57
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- 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={{ transient_access_key }} ec2_secret_key={{ transient_secret_key }} ec2_url={{ os_ec2_url }} user_data=I2Nsb3VkLWNvbmZpZwpkaXNhYmxlX3Jvb3Q6IDAK
|
local_action: ec2 keypair={{ keypair }} image={{ image }} type={{ instance_type }} wait=true group={{ security_group }} ec2_access_key={{ transient_access_key }} ec2_secret_key={{ transient_secret_key }} ec2_url={{ os_ec2_url }} user_data="#cloud-config\ndisable_root: 0"
|
||||||
register: inst_res
|
register: inst_res
|
||||||
|
|
||||||
- name: add it to the special group
|
- name: add it to the special group
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue