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