diff options
Diffstat (limited to 'xci/file/ha/user_variables.yml')
-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 |