Private
Public Access
2
0
This commit is contained in:
2026-01-20 12:27:03 +03:00
parent 2cd03478f9
commit f70924d910
29 changed files with 789 additions and 564 deletions

View File

@@ -0,0 +1,4 @@
- name: Restart Caddy
ansible.builtin.service:
name: "{{ caddy_system_user }}"
state: "restarted"