summaryrefslogtreecommitdiff
path: root/ansible/mirror-git.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-10-16 11:00:14 +0300
committerLars Wirzenius <liw@liw.fi>2021-10-16 11:00:14 +0300
commitb60a1a01303ecb4d8d76b27c8c6cbf1f54bd8843 (patch)
treeb9d46855fefcb1dbd9d93caf84a4afbcb96cfdd4 /ansible/mirror-git.yml
parent9bacd126822217c0c36ca1c8e98f6727434b7c8f (diff)
downloadansibleness-b60a1a01303ecb4d8d76b27c8c6cbf1f54bd8843.tar.gz
install the right SSH keys on atuin, e2, h2, mirror-git, sequoia-dev
Sponsored-by: author
Diffstat (limited to 'ansible/mirror-git.yml')
-rw-r--r--ansible/mirror-git.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible/mirror-git.yml b/ansible/mirror-git.yml
index e051391..c575211 100644
--- a/ansible/mirror-git.yml
+++ b/ansible/mirror-git.yml
@@ -53,11 +53,17 @@
- username: root
authorized_keys: |
{{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
+ - username: debian
+ authorized_keys: |
+ {{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
- username: liw
comment: Lars Wirzenius
sudo: true
authorized_keys: |
{{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
ssh_key: |
{{ lookup('pipe', 'pass show ssh/liw@mirror-git') }}
ssh_key_pub: |