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

@@ -2,3 +2,9 @@
apt:
name: ["vim", "wget"]
state: present
- name: Manage root authorized_keys
template:
src: authorized_keys.j2
dest: /root/.ssh/authorized_keys
when: authorized_keys is defined