certbot: add possibility to specify commands to run on new certs
This makes it possible to e.g. reload nginx when new certificates are present.
This commit is contained in:
parent
e53da90160
commit
95a3901935
5 changed files with 35 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
|||
ansible.builtin.import_tasks:
|
||||
file: main/install.yaml
|
||||
|
||||
- name: ensure new cert commands
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/new_cert_commands.yaml
|
||||
|
||||
- name: ensure certificates
|
||||
ansible.builtin.import_tasks:
|
||||
file: main/certs.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue