diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 8064ff19a3..91e17f8204 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -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