From d967e989c818fc2e8ce7ef798a1896ec652d3f0e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 8 May 2018 20:22:27 +0000 Subject: [PATCH] remove awx for now from haproxy --- roles/haproxy/templates/haproxy.cfg | 12 ------------ 1 file changed, 12 deletions(-) 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