From b5d0a51ae9e6cc4df2aeadd38e1292e7f574a52d Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Thu, 25 Jan 2024 11:22:22 -0600 Subject: [PATCH] Revert "Reapply "Change ipa01-backend to actually point to ipa02"" This reverts commit d28ebf8cb594265fc7a93e556c69ec2df9bfda11. --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 89b2e54660..2598322022 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -344,7 +344,7 @@ frontend ipa01-frontend backend ipa01-backend balance hdr(appserver) - server ipa02 ipa02:443 check inter 10s rise 1 fall 2 ssl verify required ca-file /etc/haproxy/ipa.pem + 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 %}