From cd10ff31daa2a292f98f93d1c7978a675f41b187 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 6 Jan 2014 22:42:09 +0000 Subject: [PATCH] Add some more vars --- vars/global.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/global.yml b/vars/global.yml index b27bc966e7..b12dea9e17 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -20,8 +20,11 @@ f17_qcow_id: ami-00000001 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: ['#cloud-config disable_root: 0'] +# Set a default hostname base to transient. Override in host vars or command line. +hostbase: transient global_pkgs_inst: ['bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients', 'patch', 'postfix', 'rsync', 'strace', 'telnet', 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',