Grundstuktur erstellt.
This commit is contained in:
commit
db6f5ac31a
15 changed files with 67 additions and 0 deletions
9
roles/haproxy/README.md
Normal file
9
roles/haproxy/README.md
Normal 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
|
||||
|
||||
1
roles/haproxy/handlers/main.yml
Normal file
1
roles/haproxy/handlers/main.yml
Normal file
|
|
@ -0,0 +1 @@
|
|||
---
|
||||
1
roles/haproxy/tasks/main.yml
Normal file
1
roles/haproxy/tasks/main.yml
Normal file
|
|
@ -0,0 +1 @@
|
|||
---
|
||||
0
roles/haproxy/templates/.gitkeep
Normal file
0
roles/haproxy/templates/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue