summaryrefslogtreecommitdiff
path: root/ansible/exolobe2.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-10 11:28:49 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-10 11:28:49 +0300
commit42fbe1516b3ce7485b8172ca73b3c09a6d446626 (patch)
tree87fa97a36c4097cee2f1664aa3d0a9f37b1b3368 /ansible/exolobe2.yml
parentd9c83e5cf32a230bfc01901b2713184154228318 (diff)
downloadansibleness-42fbe1516b3ce7485b8172ca73b3c09a6d446626.tar.gz
fix exolobe1 setting of authz keys, and make e2 allow new key
Sponsored-by: author
Diffstat (limited to 'ansible/exolobe2.yml')
-rw-r--r--ansible/exolobe2.yml26
1 files changed, 13 insertions, 13 deletions
diff --git a/ansible/exolobe2.yml b/ansible/exolobe2.yml
index eebc559..b86b8af 100644
--- a/ansible/exolobe2.yml
+++ b/ansible/exolobe2.yml
@@ -11,31 +11,31 @@
- storage_system
- smarthost-client
vars:
- sane_debian_system_version: 2
- unix_users_version: 2
+ ansible_python_interpreter: /usr/bin/python3
+ sane_debian_system_version: 2
sane_debian_system_hostname: exolobe2
sane_debian_system_codename: buster
+ sane_debian_system_sources_lists:
+ - repo: |
+ deb http://security.debian.org/debian-security buster/updates main contrib non-free
+
+ - repo: |
+ deb http://deb.debian.org/debian buster contrib non-free
+
+ - 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: liw
comment: Lars Wirzenius
sudo: yes
authorized_keys: |
- {{ liw_ssh_pub }}
+ {{ liw_personal_ssh_pub }}
mailname: "{{ sane_debian_system_hostname }}.liw.fi"
relayhost: pieni.net:587
smarthost: pieni.net
smarthost_user: pienirelay
smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"
-
- sane_debian_system_sources_lists:
- - repo: |
- deb http://security.debian.org/debian-security buster/updates main contrib non-free
-
- - repo: |
- deb http://deb.debian.org/debian buster contrib non-free
-
- - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
- signing_key: "{{ ci_prod_signing_key }}"