Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions templates/global.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ global
{% endif %}
{% endfor %}
{% endif %}

{% if haproxy_global.log_send_hostname is defined %}
log-send-hostname {{ haproxy_global.log_send_hostname }}
{% endif %}

{% if haproxy_global.ssl_default_bind_options is defined %}
ssl-default-bind-options {{ haproxy_global.ssl_default_bind_options }}
{% endif -%}
Expand Down
1 change: 1 addition & 0 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ empty: true
# level:
# minlevel:
# format:
# log_send_hostname:
# ssl_default_bind_options:
# ssl_default_bind_ciphers:
# tune:
Expand Down