This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
shixiong
/
okd
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
64921e8622
Ramos
Etiquetas
master
okd
/
roles
/
openshift_control_plane
/
templates
/
htpasswd.j2
htpasswd.j2
108 B
Histórico
Em bruto
1
2
3
{% for user,pass in openshift_master_htpasswd_users.items() %}
{{ user ~ ':' ~ pass }}
{% endfor %}