From b60a1a01303ecb4d8d76b27c8c6cbf1f54bd8843 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Oct 2021 11:00:14 +0300 Subject: install the right SSH keys on atuin, e2, h2, mirror-git, sequoia-dev Sponsored-by: author --- ansible/mirror-git.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ansible/mirror-git.yml') 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: | -- cgit v1.2.1