From a7dbd2d380d4bf34504bf0b9bee06a1a9583980e Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 25 Nov 2021 09:40:00 +0200 Subject: refactor: drop use of liw-openpgp key everywhere Sponsored-by: author --- ansible/mirror-git.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'ansible/mirror-git.yml') diff --git a/ansible/mirror-git.yml b/ansible/mirror-git.yml index c1cd202..97810f6 100644 --- a/ansible/mirror-git.yml +++ b/ansible/mirror-git.yml @@ -60,17 +60,14 @@ unix_users: - 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') }} -- cgit v1.2.1