branch
This commit is contained in:
11
roles/reverseproxy/handlers/main.yml
Normal file
11
roles/reverseproxy/handlers/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: reload systemd
|
||||
command: systemctl daemon-reload
|
||||
|
||||
- name: restart caddy-portal
|
||||
systemd:
|
||||
name: caddy-portal
|
||||
state: restarted
|
||||
|
||||
- name: reload caddy
|
||||
command: caddy reload --config /etc/caddy/Caddyfile
|
||||
Reference in New Issue
Block a user