pvc-ansible/roles/base/templates/var/backups/ssh/authorized_keys.j2

9 lines
151 B
Plaintext
Raw Normal View History

2019-06-09 00:11:06 -04:00
# backup user authorized_keys
# {{ ansible_managed }}
2021-05-27 12:28:48 -04:00
{% if backup_keys is defined %}
{% for key in backup_keys %}
{{ key }}
{% endfor %}
{% endif %}