Add a comment on our deploy-hook mechanism for dehydrated
This commit is contained in:
parent
7fe551a83e
commit
fcfc19e796
5 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue