diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 65ca505ac1..69b0e826a9 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -478,6 +478,7 @@ backend fedmsg-raw-zmq-inbound-backend timeout connect 86400000 server busgateway01 busgateway01:9941 weight 1 maxconn 16384 +{% if 'iad2' in inventory_hostname %} frontend zabbix-frontend bind 0.0.0.0:10068 default_backend zabbix-backend @@ -485,4 +486,4 @@ frontend zabbix-frontend backend zabbix-backend balance hdr(appserver) server zabbix01 zabbix01:80 check inter 10s rise 1 fall 2 - +{% endif %}