This website works better with JavaScript
Главная
Обзор
Помощь
Регистрация
Вход
shixiong
/
okd
Следить
1
В избранное
0
Ответвить
0
Файлы
Задачи
0
Запросы на слияние
0
Вики
Дерево:
152040c02d
Ветки
Метки
master
okd
/
roles
/
openshift_control_plane
/
templates
/
htpasswd.j2
htpasswd.j2
108 B
История
Исходник
1
2
3
{% for user,pass in openshift_master_htpasswd_users.items() %}
{{ user ~ ':' ~ pass }}
{% endfor %}