This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
shixiong
/
okd
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
33c4938c18
Branches
Tags
master
okd
/
roles
/
openshift_control_plane
/
templates
/
htpasswd.j2
htpasswd.j2
108 B
Lịch sử
Raw
1
2
3
{% for user,pass in openshift_master_htpasswd_users.items() %}
{{ user ~ ':' ~ pass }}
{% endfor %}