Add debian common role
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
# backup user authorized_keys
|
||||
# {{ ansible_managed }}
|
||||
|
||||
{% for entry in backup_ssh_keys %}
|
||||
{{ entry.type }} {{ entry.key }} {{ entry.name }} {{ entry.date }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user