From fcfc19e796cec3ee4f9debd29e2be136387c9efc Mon Sep 17 00:00:00 2001 From: Stefan Haun <tux@netz39.de> Date: Fri, 4 Apr 2025 13:55:44 +0200 Subject: [PATCH] Add a comment on our deploy-hook mechanism for dehydrated --- host-krypton.yml | 1 + host-pottwal.yml | 1 + host-radon.yml | 1 + host-tau.yml | 1 + host-wittgenstein.yml | 1 + 5 files changed, 5 insertions(+) diff --git a/host-krypton.yml b/host-krypton.yml index 2efdf68..54d7bf9 100644 --- a/host-krypton.yml +++ b/host-krypton.yml @@ -24,6 +24,7 @@ - role: apache - role: apache_letsencrypt # Uses configuration from dehydrated setup - role: 24367dfa.dehydrated + # There are no deploy hooks. Instead, we rely on logrotate to reload the apache configuration daily. vars: dehydrated_contact_email: "{{ server_admin }}" dehydrated_domains: diff --git a/host-pottwal.yml b/host-pottwal.yml index c6b97ad..af402a2 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -8,6 +8,7 @@ - role: apache - role: apache_letsencrypt # Uses configuration from dehydrated setup - role: 24367dfa.dehydrated + # There are no deploy hooks. Instead, we rely on logrotate to reload the apache configuration daily. vars: dehydrated_contact_email: "{{ server_admin }}" dehydrated_domains: diff --git a/host-radon.yml b/host-radon.yml index e4c7888..19ea0c1 100644 --- a/host-radon.yml +++ b/host-radon.yml @@ -26,6 +26,7 @@ - role: apache - role: apache_letsencrypt # Uses configuration from dehydrated setup - role: 24367dfa.dehydrated + # There are no deploy hooks. Instead, we rely on logrotate to reload the apache configuration daily. vars: dehydrated_contact_email: "{{ server_admin }}" dehydrated_domains: diff --git a/host-tau.yml b/host-tau.yml index e204b4d..52ba4cd 100644 --- a/host-tau.yml +++ b/host-tau.yml @@ -37,6 +37,7 @@ - name: Setup Dehydrated ansible.builtin.include_role: name: 24367dfa.dehydrated + # There are no deploy hooks. Instead, we rely on logrotate to reload the apache configuration daily. vars: dehydrated_contact_email: "{{ server_admin }}" dehydrated_domains: diff --git a/host-wittgenstein.yml b/host-wittgenstein.yml index dd9aae6..a66343e 100644 --- a/host-wittgenstein.yml +++ b/host-wittgenstein.yml @@ -7,6 +7,7 @@ - role: apache - role: apache_letsencrypt # Uses configuration from dehydrated setup - role: 24367dfa.dehydrated + # There are no deploy hooks. Instead, we rely on logrotate to reload the apache configuration daily. vars: dehydrated_contact_email: "{{ server_admin }}" - role: penguineer.dehydrated_cron