diff options
author | 2025-02-23 08:42:25 +0100 | |
---|---|---|
committer | 2025-02-23 08:42:25 +0100 | |
commit | f2d13f9a7707f12b2f577298b4818f4e06a33af4 (patch) | |
tree | 88ef9c4c602d3e24b1e3a063e0747315f52bd6bf /ansible/inventory | |
parent | Bump ansible collection versions (diff) |
Reload mailserver services on certificate updateadd-certbot-reloads
Diffstat (limited to 'ansible/inventory')
-rw-r--r-- | ansible/inventory/hosts.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/inventory/hosts.yaml b/ansible/inventory/hosts.yaml index 1c4ae82..e499002 100644 --- a/ansible/inventory/hosts.yaml +++ b/ansible/inventory/hosts.yaml @@ -3,6 +3,9 @@ all: lovelace: ansible_host: lovelace.box.pydis.wtf wireguard_subnet: 10.2.0.0/16 + certbot_reload_services: + - dovecot + - postfix@- ldap01: ansible_host: ldap01.box.pydis.wtf wireguard_subnet: 10.3.0.0/16 |