Initial commit

This commit is contained in:
ansible
2026-08-04 22:15:56 +02:00
committed by pulsar
commit e2a247680f
8 changed files with 408 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
---
# handlers file for haproxy
- name: Restart haproxy.service
ansible.builtin.systemd:
state: restarted
name: haproxy.service
become: true