summaryrefslogtreecommitdiff
path: root/ansible/holywood2.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/holywood2.yml')
-rw-r--r--ansible/holywood2.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/ansible/holywood2.yml b/ansible/holywood2.yml
index ac4d72f..20fafc7 100644
--- a/ansible/holywood2.yml
+++ b/ansible/holywood2.yml
@@ -1,3 +1,6 @@
+# As long as this is based on bullseye, reboot VM after running the
+# playbook.
+
- hosts: holywood2
remote_user: root
roles:
@@ -10,7 +13,7 @@
- apache_server
- role: holywood2
tags: holywood2
- - smarthost-client
+ - mail-client
- self-updating-system
tasks:
- cron:
@@ -21,14 +24,14 @@
ansible_python_interpreter: /usr/bin/python3
sane_debian_system_version: 2
- sane_debian_system_hostname: holywood2
+ sane_debian_system_hostname: "{{ inventory_hostname }}"
sane_debian_system_codename: bullseye
sane_debian_system_mirror: deb.debian.org
sane_debian_system_sources_lists:
- repo: deb http://deb.debian.org/debian bullseye main 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:
@@ -52,6 +55,3 @@
letsencrypt: no
sshd_version: 1
- sshd_host_key: "{{ lookup('pipe', 'sshca host private-key holywood2') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 holywood2') }}"
- sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"