From f85602b7769f76204b94d97d093d68e9e0414111 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Sun, 22 Nov 2015 02:38:55 +0000 Subject: [PATCH] Wrong addr, there. --- inventory/group_vars/value | 2 +- inventory/group_vars/value-stg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/value b/inventory/group_vars/value index c497ba0ce6..b788a8279c 100644 --- a/inventory/group_vars/value +++ b/inventory/group_vars/value @@ -20,7 +20,7 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.41 --dport 5050 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 152.19.134.192 --dport 5050 -j ACCEPT', # batcave01 also needs access to announce commits. - '-A INPUT -p tcp -m tcp -s 10.5.126.8 --dport 5050 -j ACCEPT', + '-A INPUT -p tcp -m tcp -s 10.5.126.23 --dport 5050 -j ACCEPT', ] fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-mote diff --git a/inventory/group_vars/value-stg b/inventory/group_vars/value-stg index 9b65802b33..1b53555e0a 100644 --- a/inventory/group_vars/value-stg +++ b/inventory/group_vars/value-stg @@ -20,7 +20,7 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.41 --dport 5050 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 152.19.134.192 --dport 5050 -j ACCEPT', # batcave01 also needs access to announce commits. - '-A INPUT -p tcp -m tcp -s 10.5.126.8 --dport 5050 -j ACCEPT', + '-A INPUT -p tcp -m tcp -s 10.5.126.23 --dport 5050 -j ACCEPT', ] fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-mote