add haproxy repo, custom config files & readme

This commit is contained in:
Ludovic Cartier
2025-09-23 14:59:37 +02:00
parent 58ef95e654
commit 141ec62e2c
8 changed files with 123 additions and 18 deletions

View File

@@ -1,10 +1,11 @@
---
- name: haproxy | requirements
include_tasks: requirements.yml
- name: haproxy | install from backports
include_tasks: install_from_backports.yml
when: not haproxy_use_debian_repo | bool
- name: haproxy | installation
include_tasks: install.yml
- name: haproxy | install from HAProxy repo
include_tasks: install_from_haproxy.yml
when: haproxy_use_debian_repo | bool
- name: haproxy | configuration
include_tasks: configure.yml