mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
haproxy: enable src and kojipkgs in rdu3
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -274,7 +274,7 @@ backend oci-candidate-registry-backend
|
||||
balance hdr(appserver)
|
||||
server oci-candidate-registry01 oci-candidate-registry01:5000 check inter 10s rise 1 fall 2
|
||||
|
||||
{% if 'iad2' in inventory_hostname %}
|
||||
{% if 'iad2' in inventory_hostname or 'rdu3' in inventory_hostname %}
|
||||
|
||||
# Only enable this on iad2 proxies
|
||||
frontend src-frontend
|
||||
@@ -302,7 +302,7 @@ backend ipa01-backend
|
||||
server ipa01 ipa01:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem
|
||||
option httpchk GET /ipa/ui/
|
||||
|
||||
{% if env == "production" and 'iad2' in inventory_hostname %}
|
||||
{% if env == "production" and 'iad2' in inventory_hostname or 'rdu3' in inventory_hostname %}
|
||||
frontend kojipkgs-frontend
|
||||
bind 0.0.0.0:10062
|
||||
default_backend kojipkgs-backend
|
||||
|
||||
Reference in New Issue
Block a user