haproxy/tasks/main.yaml
2026-04-17 13:34:09 +02:00

9 lines
172 B
YAML

---
# install haproxy
- name: "install"
ansible.builtin.import_tasks: "install.yaml"
# configure haproxy
- name: "config"
ansible.builtin.import_tasks: "config.yaml"