summaryrefslogtreecommitdiff
path: root/ansible/exolobe2.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/exolobe2.yml')
-rw-r--r--ansible/exolobe2.yml9
1 files changed, 3 insertions, 6 deletions
diff --git a/ansible/exolobe2.yml b/ansible/exolobe2.yml
index 7d69877..70c4cec 100644
--- a/ansible/exolobe2.yml
+++ b/ansible/exolobe2.yml
@@ -11,7 +11,7 @@
- emacs
- vmhost
- storage_system
- - smarthost-client
+ - mail-client
vars:
ansible_python_interpreter: /usr/bin/python3
@@ -25,8 +25,8 @@
- repo: |
deb http://deb.debian.org/debian bullseye contrib non-free
- - repo: deb http://ci-prod-controller.vm.liw.fi/debian unstable-ci main
- signing_key: "{{ ci_prod_signing_key }}"
+ - repo: deb http://apt.liw.fi/debian unstable main
+ signing_key: "{{ apt_liw_fi_signing_key }}"
unix_users_version: 2
unix_users:
@@ -50,6 +50,3 @@
smarthost_password: "{{ lookup('pipe', 'pass show pieni.net/pienirelay') }}"
sshd_version: 1
- sshd_host_key: "{{ lookup('pipe', 'sshca host private-key exolobe2') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 exolobe2') }}"
- sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"