blse2-public/common-debian/templates/var/backups/ssh/authorized_keys.j2

7 lines
170 B
Plaintext
Raw Normal View History

2023-05-05 15:47:27 -04:00
# backup user authorized_keys
# {{ ansible_managed }}
{% for entry in backup_ssh_keys %}
{{ entry.type }} {{ entry.key }} {{ entry.name }} {{ entry.date }}
{% endfor %}