Skip to content
Snippets Groups Projects
Verified Commit 279e0e9e authored by David Mehren's avatar David Mehren
Browse files

Set empty defaults for user-provided configs

parent 21426e44
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ _haproxy_global: ...@@ -35,6 +35,7 @@ _haproxy_global:
ssl_default_server_ciphersuites: '{{ _haproxy_ssl_ciphersuites }}' ssl_default_server_ciphersuites: '{{ _haproxy_ssl_ciphersuites }}'
tune: tune:
ssl.default-dh-param: 2048 ssl.default-dh-param: 2048
haproxy_global: {}
_haproxy_defaults: _haproxy_defaults:
mode: http mode: http
...@@ -73,6 +74,7 @@ _haproxy_defaults: ...@@ -73,6 +74,7 @@ _haproxy_defaults:
file: /etc/haproxy/errors/503.http file: /etc/haproxy/errors/503.http
- code: 504 - code: 504
file: /etc/haproxy/errors/504.http file: /etc/haproxy/errors/504.http
haproxy_defaults: {}
haproxy_backends: [] haproxy_backends: []
haproxy_frontends: [] haproxy_frontends: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment