openstack-ansible-haproxy_s.../releasenotes/notes/haproxy_ssl_path-7130354314aee961.yaml
Marc Gariepy 1d83177575 Add possibility to override haproxy_ssl_path
It's now possible to set ssl cert path in case you want to bind to
specific hostname via ``haproxy_bind`` and want to share a common
certificate. set ``haproxy_ssl_path`` to override per service.

Change-Id: Ib517f52c0edbc4ac8d0df2a2ae078c9138141aae
2023-07-13 15:10:46 -04:00

5 lines
149 B
YAML

---
features:
- HAProxy services can now override the path of the certificate with
``haproxy_ssl_path`` if set under the service definition.