Wolfgang Kulhanek
2020-03-05 2bcea0aad6ce5413bb9c8302bfbef05619ea173a
ansible/roles/ocp4-workload-authentication/templates/htpasswd.j2
@@ -1,6 +1,6 @@
andrew:$apr1$dZPb2ECf$ercevOFO5znrynUfUj4tb/
karla:$apr1$FQx2mX4c$eJc21GuVZWNg1ULF8I2G31
{{ ocp4_idm_admin_user }}:{{ ocp4_idm_htpasswd_admin_password_hash | d('$apr1$glFN48wz$dR9w94PGiQL8qZXcXGd0L0') }}
{% for i in range(0, [ (ocp4_idm_htpasswd_user_count|int), 200 ] | max + 1) %}
{% for i in range(1, 1 + ocp4_idm_htpasswd_user_count | int) %}
{{ ocp4_idm_htpasswd_user_base }}{{ i }}:{{ ocp4_idm_htpasswd_user_password_hash | d('$apr1$FmrTsuSa$yducoDpvYq0KEV0ErmwpA1') }}
{% endfor %}