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.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: |