diff options
author | Markos Chandras <mchandras@suse.de> | 2017-10-30 16:42:19 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2017-11-02 11:26:41 +0000 |
commit | e8b406ff0ae67ab095cc0dd5ab815fdef0067d9b (patch) | |
tree | b3daf5aa5addf995400dba2fde2cbbd1848a623d /xci/file/ha | |
parent | d14c305f9adfbb692f0f9113ce175e4db51697cc (diff) |
Bump OpenStack Ansible SHAs
We also need to allow root logins when the ansible-hardening role
is applied which are disabled by default.
Change-Id: I71f881305bafdd884d541cd34796a6fed8eee157
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/file/ha')
-rw-r--r-- | xci/file/ha/user_variables.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xci/file/ha/user_variables.yml b/xci/file/ha/user_variables.yml index 8235f6f7..72960a01 100644 --- a/xci/file/ha/user_variables.yml +++ b/xci/file/ha/user_variables.yml @@ -21,6 +21,9 @@ # # Debug and Verbose options. debug: false +# Allow root logins +security_sshd_permit_root_login: yes + haproxy_keepalived_external_vip_cidr: "192.168.122.220/32" haproxy_keepalived_internal_vip_cidr: "172.29.236.222/32" haproxy_keepalived_external_interface: br-vlan |