summaryrefslogtreecommitdiff
path: root/ansible/mirror-git.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-25 09:40:00 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-25 09:40:00 +0200
commita7dbd2d380d4bf34504bf0b9bee06a1a9583980e (patch)
tree21def33f80279bf098e10d37c2aebc25061163fb /ansible/mirror-git.yml
parent51587629c83fece75ce6cbcd8a3839416a64a699 (diff)
downloadansibleness-a7dbd2d380d4bf34504bf0b9bee06a1a9583980e.tar.gz
refactor: drop use of liw-openpgp key everywhere
Sponsored-by: author
Diffstat (limited to 'ansible/mirror-git.yml')
-rw-r--r--ansible/mirror-git.yml3
1 files changed, 0 insertions, 3 deletions
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') }}