This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Daftar
Masuk
shixiong
/
okd
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Tarik Permintaan
0
Wiki
Pohon:
d7f995af63
Ranting
Tag
master
okd
/
roles
/
openshift_control_plane
/
templates
/
htpasswd.j2
htpasswd.j2
108 B
Riwayat
Mentahan
1
2
3
{% for user,pass in openshift_master_htpasswd_users.items() %}
{{ user ~ ':' ~ pass }}
{% endfor %}