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.
This commit is contained in:
2
roles/haproxy/vars/defaults.yml
Normal file
2
roles/haproxy/vars/defaults.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
haproxy_default_ssl_default_ciphers: PROFILE=SYSTEM
|
||||
haproxy_default_ssl_default_server_ciphers: PROFILE=SYSTEM
|
||||
Reference in New Issue
Block a user