7 lines
221 B
YAML
7 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 }
|