devops-coop / ansible-haproxy

Installs and configure HAProxy
Apache License 2.0
96 stars 97 forks source link

added ssl support for frontend and listen #22

Closed r-daneel closed 9 years ago

r-daneel commented 9 years ago

Added new variables in order to setup the frontend and listen with ssl (native support now in haproxy 1.5). Note the pem format for the cert file. Also included in the sample file, an example of ciphers that can be chosen as well.

PierrePaul commented 9 years ago

Seems perfect. Thank you!