This website works better with JavaScript.
Explore
Sign In
ansible-playbooks
/
kodos
Watch
1
Star
0
Fork
You've already forked kodos
0
Code
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fc176c0f73
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'fc176c0f73'
${ noResults }
kodos
/
roles
/
dav
/
templates
/
users.j2
4 lines
93 B
Django/Jinja
Raw
Blame
History
{%
for
username
,
password
in
dav_users
.items
(
)
%}
{{
username
}}
:
{{
password
}}
{%
endfor
%}
View Git Blame
Copy Permalink