hlab/ansible/playbooks/templates/ansible_auth_keys.j2

4 lines
103 B
Django/Jinja

{% for item in to_set_authorized_keys %}
{{ '#' }} Key for {{ item.label }}
{{ item.key }}
{% endfor %}