veza/ansible/roles/haproxy/meta/main.yml
2025-12-03 22:56:50 +01:00

6 lines
221 B
YAML

---
# file: roles/haproxy/meta/main.yml
dependencies:
- { role: openssl, when: haproxy_tls_profile is defined and haproxy_tls_profile == "old" }
- { role: coraza, when: haproxy_coraza is defined and haproxy_coraza }