From 3631e708b8a8281ff51b64a79da7f1628061100b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 7 Jan 2014 00:49:59 +0000 Subject: [PATCH] Another stab, perhaps json? --- vars/global.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/global.yml b/vars/global.yml index 13aafbab28..43c0d009a8 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -21,7 +21,7 @@ f19_qcow_id: ami-00000020 # Fedora-20-TC4-x86_64 f20_qcow_id: ami-00000038 # This disables the anoying requirement of logging in as fedora user on cloud images -ec2_userdata: ['disable_root: 0'] +ec2_userdata: '{"#cloud-config":"disable_root: 0"}' # Set a default hostname base to transient. Override in host vars or command line. hostbase: transient # root_auth_users for cloud instances is '' by default