This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
shixiong
/
okd
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ddaae1b4d3
Rami (Branch)
Tag
master
okd
/
roles
/
openshift_control_plane
/
templates
/
htpasswd.j2
htpasswd.j2
108 B
Cronologia
Originale
1
2
3
{% for user,pass in openshift_master_htpasswd_users.items() %}
{{ user ~ ':' ~ pass }}
{% endfor %}