diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 4cdbc2b201..ce12921b76 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -587,11 +587,9 @@ backend rabbitmq balance roundrobin maxconn 16384 server rabbitmq01 rabbitmq01:5671 weight 1 maxconn 16384 -{% if env == "production" %} server rabbitmq02 rabbitmq02:5671 weight 1 maxconn 16384 server rabbitmq03 rabbitmq03:5671 weight 1 maxconn 16384 {% endif %} -{% endif %} # Apache doesn't handle the initial connection here like the other proxy # entries. This proxy also doesn't use the http mode like the others.