summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-08-27 08:53:39 +0300
committerLars Wirzenius <liw@liw.fi>2022-08-27 08:53:39 +0300
commit38426a932e78d508c8d6554603584f9d53bdd914 (patch)
treea74bca12c8b0fca25f9cf88df565eafd8e00e804
parented454e1d4b9397bae2d0c264ac01527bd2676831 (diff)
downloadansibleness-38426a932e78d508c8d6554603584f9d53bdd914.tar.gz
icktool: set liw authorized_keys because openssh in buster is old
Too old for the SSH CA I run. Sponsored-by: author
-rw-r--r--ansible/icktool.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/icktool.yml b/ansible/icktool.yml
index a5a4f73..c2ed8cc 100644
--- a/ansible/icktool.yml
+++ b/ansible/icktool.yml
@@ -80,6 +80,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: |