remove awx for now from haproxy

This commit is contained in:
Kevin Fenzi 2018-05-08 20:22:27 +00:00
parent a6d41cf1b8
commit d967e989c8

View file

@ -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