You've already forked ssh-protect
6 lines
100 B
Django/Jinja
6 lines
100 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
|
|
{% for key in ssh_protect_root_public_keys %}
|
|
{{key}}
|
|
{% endfor %}
|