Added google tag

Added ansible
Added deploy.sh
This commit is contained in:
2025-10-04 14:53:45 +00:00
parent 67411b3972
commit 7b1ee49d11
10 changed files with 130 additions and 0 deletions

View 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"