Grundstuktur erstellt.

This commit is contained in:
Frank Agerholm 2026-07-09 21:54:41 +02:00
commit db6f5ac31a
No known key found for this signature in database
15 changed files with 67 additions and 0 deletions

9
roles/haproxy/README.md Normal file
View file

@ -0,0 +1,9 @@
# haproxy
## Aufgaben der Rolle
- Installation der haproxy-Software
- Konfigdatei aus Template erzeugen und auf Zielsystem speichern
- Systemd Service aktivieren und starten
- Wenn die Konfigdatei sich ändert, soll ein Restart des haproxy erfolgen

View file

@ -0,0 +1 @@
---

View file

@ -0,0 +1 @@
---

View file