From f5268d956ce5cd7836aad6a0857a0faf475d4ba9 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 7 Mar 2022 17:35:12 +0000 Subject: [PATCH] Add check to remainder of balance_git_https Now that we can confirm this hasn't broken for gitea01, set check on all the remaining server lines as well. Change-Id: I11f1f15210dafed66e1209329ddf7f3838592881 --- inventory/service/group_vars/gitea-lb.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/inventory/service/group_vars/gitea-lb.yaml b/inventory/service/group_vars/gitea-lb.yaml index f14aeb6282..2209a42671 100644 --- a/inventory/service/group_vars/gitea-lb.yaml +++ b/inventory/service/group_vars/gitea-lb.yaml @@ -36,25 +36,25 @@ gitea_lb_listeners: check_method: 'check check-ssl verify none' - name: 'gitea02.opendev.org' address: '38.108.68.23:3081' - check_method: 'check-ssl verify none' + check_method: 'check check-ssl verify none' - name: 'gitea03.opendev.org' address: '38.108.68.110:3081' - check_method: 'check-ssl verify none' + check_method: 'check check-ssl verify none' - name: 'gitea04.opendev.org' address: '38.108.68.147:3081' - check_method: 'check-ssl verify none' + check_method: 'check check-ssl verify none' - name: 'gitea05.opendev.org' address: '38.108.68.131:3081' - check_method: 'check-ssl verify none' + check_method: 'check check-ssl verify none' - name: 'gitea06.opendev.org' address: '38.108.68.250:3081' - check_method: 'check-ssl verify none' + check_method: 'check check-ssl verify none' - name: 'gitea07.opendev.org' address: '38.108.68.134:3081' - check_method: 'check-ssl verify none' + check_method: 'check check-ssl verify none' - name: 'gitea08.opendev.org' address: '38.108.68.205:3081' - check_method: 'check-ssl verify none' + check_method: 'check check-ssl verify none' iptables_extra_public_tcp_ports: - 443 - 80