Files
ssh-protect/templates/authorized_keys.j2

6 lines
100 B
Django/Jinja

{{ ansible_managed | comment }}
{% for key in ssh_protect_root_public_keys %}
{{key}}
{% endfor %}