remove awx for now from haproxy
This commit is contained in:
parent
a6d41cf1b8
commit
d967e989c8
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue