Try this one for user_data

This commit is contained in:
Kevin Fenzi 2014-01-07 00:38:22 +00:00
parent f3ef23eebf
commit 134572d9cc

View file

@ -21,7 +21,7 @@ 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 # This disables the anoying requirement of logging in as fedora user on cloud images
ec2_userdata: ['#cloud-config', 'disable_root: 0'] ec2_userdata: ['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