* more readme.md content * imported basic roles * commented said basic roles * trimmed down playbooks to be understandable * update requirements.txt deps
4 lines
89 B
Django/Jinja
4 lines
89 B
Django/Jinja
{% for key in root_user.default_root_keys %}
|
|
# {{ key.name }}
|
|
{{ key.key }}
|
|
{% endfor %}
|