Update dockerbox playbook and manage SSH keys

This commit is contained in:
2020-07-29 01:09:46 -04:00
parent 2af29f7b72
commit 1e81d17916
3 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{% for key in authorized_keys %}
{{ key.key }} {{ key.name }}
{% endfor %}