This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
shixiong
/
okd
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
f8a632b77d
ブランチ
タグ
master
okd
/
roles
/
openshift_control_plane
/
templates
/
htpasswd.j2
htpasswd.j2
108 B
履歴
Raw
1
2
3
{% for user,pass in openshift_master_htpasswd_users.items() %}
{{ user ~ ':' ~ pass }}
{% endfor %}