Update dockerbox playbook and manage SSH keys
This commit is contained in:
3
roles/base/templates/authorized_keys.j2
Normal file
3
roles/base/templates/authorized_keys.j2
Normal file
@@ -0,0 +1,3 @@
|
||||
{% for key in authorized_keys %}
|
||||
{{ key.key }} {{ key.name }}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user