Add a comment on our deploy-hook mechanism for dehydrated

This commit is contained in:
Stefan Haun 2025-04-04 13:55:44 +02:00
parent 7fe551a83e
commit fcfc19e796
5 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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