File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ _haproxy_ssl_ciphers: 'ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305
1414
1515haproxy_global :
1616 log :
17- - address : /dev/log
17+ - address : " {{ _haproxy_log_address }} "
1818 facility : local0
19- - address : /dev/log
19+ - address : " {{ _haproxy_log_address }} "
2020 facility : local1
2121 level : notice
2222 chroot : /var/lib/haproxy
@@ -34,7 +34,7 @@ haproxy_global:
3434haproxy_defaults :
3535 mode : http
3636 log :
37- - address : /dev/log
37+ - address : " {{ _haproxy_log_address }} "
3838 facility : local1
3939 level : notice
4040 timeout :
Original file line number Diff line number Diff line change 11---
22haproxy_config_dir : /opt/local/etc/haproxy
33haproxy_config_file : /opt/local/etc/haproxy.cfg
4+ _haproxy_log_address : 127.0.0.1
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ _haproxy_config_file: "{{ _haproxy_config_dir }}/haproxy.cfg"
55_haproxy_package_name : haproxy
66_haproxy_extra_packages :
77 - socat
8+
9+ _haproxy_log_address : /dev/log
You can’t perform that action at this time.
0 commit comments