Add nginx reload command on new cert for all VMs with certbot and nginx
This commit is contained in:
parent
95a3901935
commit
0fb059e6bf
10 changed files with 20 additions and 0 deletions
|
@ -10,3 +10,5 @@ nginx__version_spec: ""
|
|||
nginx__configurations:
|
||||
- name: zammad.hamburg.ccc.de
|
||||
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/zammad/nginx/zammad.hamburg.ccc.de.conf') }}"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue