Skip to content
Snippets Groups Projects
Commit 45340d67 authored by nimrod's avatar nimrod
Browse files

renew-certs: Update container names.

Docker Compose changed the names of the containers a while back, update
the names in the playbook as well.
parent 03905319
No related branches found
No related tags found
No related merge requests found
Pipeline #3035 passed
......@@ -6,23 +6,23 @@
handlers:
- name: Restart Nginx on host01
delegate_to: host01
command: docker restart web-proxy_proxy_1
command: docker restart web-proxy-proxy-1
- name: Restart Nginx on ns4
delegate_to: ns4
command: docker restart web-proxy_proxy_1
command: docker restart web-proxy-proxy-1
- name: Restart Nginx on kodi
delegate_to: kodi
command: docker restart web-proxy_proxy_1
command: docker restart web-proxy-proxy-1
- name: Reload Exim
delegate_to: host01
command: docker kill --signal SIGHUP mail_smtp_1
command: docker kill --signal SIGHUP mail-smtp-1
- name: Reload Dovecot
delegate_to: host01
command: docker kill --signal SIGHUP mail_imap_1
command: docker kill --signal SIGHUP mail-imap-1
tasks:
- name: Issue certificate for ns4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment