Added google tag
Added ansible Added deploy.sh
This commit is contained in:
5
ansible/roles/caddy/handlers/main.yaml
Normal file
5
ansible/roles/caddy/handlers/main.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
# Handlers for Caddy role
|
||||
- name: Reload Caddy configuration
|
||||
ansible.builtin.command: "docker exec -w /etc/caddy {{ caddy_container }} caddy reload"
|
||||
listen: "Reload Caddy"
|
||||
Reference in New Issue
Block a user