initial commit

This commit is contained in:
ace
2023-02-08 01:36:25 +03:00
commit 1aeb3158b5
10 changed files with 381 additions and 0 deletions

7
handlers/main.yaml Normal file
View File

@ -0,0 +1,7 @@
---
- name: Reload HAProxy
systemd:
name: haproxy
state: reloaded
daemon_reload: yes
when: haproxy_enable_and_start.changed