Files
haproxy/tasks/main.yml
2025-10-22 15:34:42 +02:00

15 lines
398 B
YAML

---
- name: haproxy | install 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 | install from HAProxy repo
include_tasks: install_from_haproxy.yml
when: haproxy_use_debian_repo | bool
- name: haproxy | configuration
include_tasks: configure.yml