summaryrefslogtreecommitdiff
path: root/ansible/http.liw.fi.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-10-19 17:27:21 +0300
committerLars Wirzenius <liw@liw.fi>2021-10-19 17:27:21 +0300
commit6d71ccbf9f6c99d89576930ae02d13c57ce94117 (patch)
treec977177a7629daf068a536e4561f6c3b7441ed4b /ansible/http.liw.fi.yml
parentb60a1a01303ecb4d8d76b27c8c6cbf1f54bd8843 (diff)
downloadansibleness-6d71ccbf9f6c99d89576930ae02d13c57ce94117.tar.gz
add my new ssh personal key to http.liw.fi
Sponsored-by: author
Diffstat (limited to 'ansible/http.liw.fi.yml')
-rw-r--r--ansible/http.liw.fi.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/ansible/http.liw.fi.yml b/ansible/http.liw.fi.yml
index ae56c2e..042db97 100644
--- a/ansible/http.liw.fi.yml
+++ b/ansible/http.liw.fi.yml
@@ -8,21 +8,26 @@
- role: self-updating-system
vars:
sane_debian_system_version: 2
- unix_users_version: 2
-
sane_debian_system_hostname: static
sane_debian_system_codename: bullseye
sane_debian_system_mirror: deb.debian.org
+ unix_users_version: 2
unix_users:
- username: liw
comment: Lars Wirzenius
authorized_keys: |
{{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
+ - username: root
+ authorized_keys: |
+ {{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
- username: ickliwfi
comment: Ick website
authorized_keys: |
{{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
{{ ci_worker_ssh_pub }}
letsencrypt: yes