summaryrefslogtreecommitdiff
path: root/ansible/web.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-13 15:18:18 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-13 15:18:18 +0300
commit5a6827d02a1db0e1e0ac09f8abb3cfa996418c58 (patch)
tree45c4f7e28ee9fb7fe9459143d5bad8192d322288 /ansible/web.yml
parentdf3a7ecb38466a68e75096ed2a8108701d0e5cda (diff)
downloadansibleness-5a6827d02a1db0e1e0ac09f8abb3cfa996418c58.tar.gz
use new personal ssh key for web, icktool
also, clone liw-ci for icktool via Ansible. Sponsored-by: author
Diffstat (limited to 'ansible/web.yml')
-rw-r--r--ansible/web.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/ansible/web.yml b/ansible/web.yml
index 983912e..6f9fcd7 100644
--- a/ansible/web.yml
+++ b/ansible/web.yml
@@ -95,8 +95,6 @@
ansible_python_interpreter: /usr/bin/python3
sane_debian_system_version: 2
- unix_users_version: 2
-
sane_debian_system_hostname: web
sane_debian_system_codename: bullseye
sane_debian_system_mirror: deb.debian.org
@@ -104,8 +102,9 @@
- repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
signing_key: "{{ ci_prod_signing_key }}"
+ unix_users_version: 2
unix_users:
- username: _ewww
comment: Static web site content
authorized_keys: |
- {{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}