feat(reverse-proxy): Add Caddy for reverse proxy
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
4
roles/reverse_proxy/handlers/main.yml
Normal file
4
roles/reverse_proxy/handlers/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: Restart Caddy
|
||||
ansible.builtin.command: "{{ caddy_binary }} reload --config {{ caddy_config_path }}"
|
||||
become: true
|
||||
Reference in New Issue
Block a user