Feat(domserver): add haproxy support

This commit is contained in:
2025-04-06 21:29:00 +08:00
parent 7f72c71f10
commit 43ee35f6a3
5 changed files with 94 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
- name: Restart haproxy
ansible.builtin.systemd_service:
name: haproxy.service
state: restarted