Implement a role for deploying Caddy

This commit is contained in:
Alexander Gorelyshev
2026-05-15 14:48:20 +04:00
parent 970c6d3266
commit e5db5ab20b
11 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
---
- name: "Enable and restart the caddy daemon"
ansible.builtin.systemd:
name: caddy
state: restarted
enabled: true
daemon_reload: true