summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-27 09:53:44 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-27 09:53:44 +0300
commite49a4adf42b8f11877eb7033092d2a1a0a3a275d (patch)
tree022411ae8dad386a401d8b84ab6819233067146a
parente6e63f177fa1d1d7a22583359edb37eeb3f04b77 (diff)
downloadansibleness-e49a4adf42b8f11877eb7033092d2a1a0a3a275d.tar.gz
ick2-dev: install authorized_keys for user liw, because old ssh
Sponsored-by: author
-rw-r--r--ansible/ick2-dev.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ick2-dev.yml b/ansible/ick2-dev.yml
index 5ec6550..6a8b0c6 100644
--- a/ansible/ick2-dev.yml
+++ b/ansible/ick2-dev.yml
@@ -42,6 +42,8 @@
- username: liw
comment: Lars Wirzenius
sudo: true
+ authorized_keys: |
+ {{ liw_personal_ssh_pub }}
ssh_key: |
{{ lookup('pipe', 'pass show ssh/liw@mirror-git') }}
ssh_key_pub: |