Another tweak

This commit is contained in:
Kevin Fenzi 2014-01-06 22:44:30 +00:00
parent cd10ff31da
commit e2c77afff8

View file

@ -25,6 +25,8 @@ ec2_userdata: ['#cloud-config
disable_root: 0'] 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: ''
global_pkgs_inst: ['bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients', global_pkgs_inst: ['bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients',
'patch', 'postfix', 'rsync', 'strace', 'telnet', 'patch', 'postfix', 'rsync', 'strace', 'telnet',
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh', 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',