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:
2019-03-22 09:24:05 -05:00
parent ceb56edf06
commit 909c8e7a03
5 changed files with 19 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
haproxy_ssl_default_ciphers: '{{ haproxy_default_ssl_default_ciphers }}'
haproxy_ssl_default_server_ciphers: '{{ haproxy_default_ssl_default_server_ciphers|d("") }}'