aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorEmil Renner Berthing <esmil@labitat.dk>2018-10-04 18:45:24 +0200
committerEmil Renner Berthing <esmil@labitat.dk>2018-10-06 18:03:28 +0200
commitfce6d170ae573eb584fdf6fba8fdec2136f0fdfc (patch)
tree20cee46e6f103219bf7efab5daf25a48a07dd3f0 /roles
parentd342ad8d51d6d817c53c320c27a139b652c07519 (diff)
downloadlabitat-ansible-fce6d170ae573eb584fdf6fba8fdec2136f0fdfc.tar.gz
labitat-ansible-fce6d170ae573eb584fdf6fba8fdec2136f0fdfc.tar.xz
labitat-ansible-fce6d170ae573eb584fdf6fba8fdec2136f0fdfc.zip
users: esmil: add my plastik2 ssh key
Diffstat (limited to 'roles')
-rw-r--r--roles/users/tasks/esmil.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/users/tasks/esmil.yml b/roles/users/tasks/esmil.yml
index af74934..57d2dc1 100644
--- a/roles/users/tasks/esmil.yml
+++ b/roles/users/tasks/esmil.yml
@@ -12,7 +12,10 @@
- name: esmil - authorized_keys
authorized_key:
user: esmil
- key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEUS/4G4YgI7LeJll8BUHCcdkCK3klSxzhqEY3X2df5+ esmil@stitch'
+ key: '{{ item }}'
+ with_items:
+ - 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEUS/4G4YgI7LeJll8BUHCcdkCK3klSxzhqEY3X2df5+ esmil@stitch'
+ - 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIESZrJ5ystrdDYZok0jCJKePa2JUL+t2DrbkMWwNheeQ esmil@plastik2'
- name: esmil - copy dotfiles
copy: