Initial commit

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