summaryrefslogtreecommitdiff
path: root/ansible/mirror-git.yml
diff options
context:
space:
mode:
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') }}