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
|
@ -7,6 +7,8 @@ certbot__version_spec: ""
|
|||
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||||
certbot__certificate_domains:
|
||||
- "onlyoffice.hamburg.ccc.de"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
|
||||
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'chaosknoten/configs/onlyoffice/compose.yaml.j2') }}"
|
||||
docker_compose__configuration_files: [ ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue