Set user_data here so we can avoid the stupid rhel/centos/fedora user and sudo

This commit is contained in:
Kevin Fenzi 2015-06-24 22:27:03 +00:00
parent 5e7658b293
commit fc9e58bf57

View file

@ -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