make this phx2 only
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
5a17d40c3c
commit
b87efec9a0
1 changed files with 3 additions and 0 deletions
|
@ -236,6 +236,8 @@ 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
|
||||
|
@ -244,6 +246,7 @@ backend awx-backend
|
|||
balance hdr(appserver)
|
||||
server batcomputer01 batcomputer01:80 check inter 10s rise 1 fall 2
|
||||
option httpchk GET /
|
||||
{% endif %}
|
||||
|
||||
# IMPORTANT: 10023-10026 will NOT work because of selinux policies
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue