Set user_data here so we can avoid the stupid rhel/centos/fedora user and sudo
This commit is contained in:
parent
5e7658b293
commit
fc9e58bf57
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
security_groups: "{{security_group}}"
|
||||
key_name: "{{ keypair }}"
|
||||
nics: "{{ cloud_networks }}"
|
||||
user_data: "#cloud-config\ndisable_root: 0"
|
||||
floating_ips:
|
||||
- "{{public_ip}}"
|
||||
register: nova_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue