Wolfgang Kulhanek
2020-03-05 2bcea0aad6ce5413bb9c8302bfbef05619ea173a
ansible/roles/ocp4-workload-authentication/defaults/main.yml
@@ -18,17 +18,15 @@
# -----------------
# Base of the users for htpasswd
ocp4_idm_htpasswd_user_base: user
ocp4_idm_htpasswd_user_count: 200
ocp4_idm_htpasswd_user_count: 100
# Set a password for the Admin User
# If no password set a 16 character random password will be generated
# ocp4_idm_htpasswd_admin_password:
# Alternatively set a password Hash for all htpasswd users
# ocp4_idm_htpasswd_admin_password_hash
# Set a password for all htpasswd users
# If no password set a 16 character random password will be generated
# ocp4_idm_htpasswd_user_password:
# Alternatively set a password Hash for all htpasswd users
# ocp4_idm_htpasswd_user_password_hash
# Remove Kubeadmin user upon successful installation of Authentication
ocp4_idm_remove_kubeadmin: true