diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 3ddf847dbb..186a6ad72a 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -222,18 +222,6 @@ backend hubs-backend {% endif %} option httpchk GET / - -{% if 'phx2' in inventory_hostname and env == 'production' %} -frontend awx-frontend - bind 0.0.0.0:10069 - default_backend awx-backend - -backend awx-backend - balance hdr(appserver) - server batcomputer01 batcomputer01:80 check inter 10s rise 1 fall 2 - option httpchk HEAD / HTTP/1.1\r\nHost:batcomputer01 -{% endif %} - # IMPORTANT: 10023-10026 will NOT work because of selinux policies frontend datagrepper-frontend