From ea1d5d0a548baa1a4c0d9f0795c9bf811eaa237d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 Mar 2015 22:20:17 +0000 Subject: [PATCH] Clean things up for an end --- inventory/group_vars/all | 2 ++ vars/global.yml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/all b/inventory/group_vars/all index 82a73adfd5..39c3ecf078 100644 --- a/inventory/group_vars/all +++ b/inventory/group_vars/all @@ -77,6 +77,8 @@ nfs_mount_opts: "ro,hard,bg,intr,noatime,nodev,nosuid" # ssh controlpersist to work. sudo: false +# default the root_auth_users to nothing. +# This should be set for cloud instances in their host or group vars. root_auth_users: '' # This vars get shoved into /etc/system_identification by the base role. diff --git a/vars/global.yml b/vars/global.yml index 98a5bacb4c..0454748cd0 100644 --- a/vars/global.yml +++ b/vars/global.yml @@ -27,8 +27,6 @@ el7_qcow_id: ami-00000050 # 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 -#root_auth_users: "" global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients', 'patch', 'postfix', 'rsync', 'strace', 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',