Merge pull request 'Add a comment on our deploy-hook mechanism for dehydrated' (#529) from dehydrated-deploy-hook-comment into master
Reviewed-on: Netz39_Admin/netz39-infra-ansible#529 Reviewed-by: Alexander Dahl <alex@netz39.de>
This commit is contained in:
commit
275ad619b9
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