Initial commit

This commit is contained in:
ansible
2026-08-18 18:12:01 +02:00
committed by pulsar
commit 1a63c1e44f
8 changed files with 411 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