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