Initial role setup with basic configuration

This commit is contained in:
Gregory Ballantine
2026-04-08 11:22:12 -04:00
parent 5a46b4087f
commit dd0ebf4a43
8 changed files with 90 additions and 1 deletions

6
handlers/main.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- name: reload haproxy
service:
name: "{{ haproxy_service_name }}"
state: reloaded