Files
configpolicy/roles/haproxy/defaults/main.yml
Dustin C. Hatch 909c8e7a03 roles/haproxy: Add support for Debian hosts
Debian does not support system-wide SSL cipher suite profiles of course,
so these options need to be specified explicitly when deploying HAProxy
on Debian-based machines.
2019-03-22 09:29:56 -05:00

3 lines
166 B
YAML

haproxy_ssl_default_ciphers: '{{ haproxy_default_ssl_default_ciphers }}'
haproxy_ssl_default_server_ciphers: '{{ haproxy_default_ssl_default_server_ciphers|d("") }}'