From 25a1b3e9fe7e374277532f6741e85d0109b3dcbc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 2 Oct 2020 09:07:18 -0700 Subject: [PATCH] value: allow correct batcave01 ip to send messages to value01 Signed-off-by: Kevin Fenzi --- inventory/group_vars/value | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/value b/inventory/group_vars/value index 32988eeb4b..63463e110c 100644 --- a/inventory/group_vars/value +++ b/inventory/group_vars/value @@ -23,7 +23,7 @@ custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.3.166.10 --dport 5050 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5050 -j ACCEPT', # batcave01 also needs access to announce commits. - '-A INPUT -p tcp -m tcp -s 192.168.20.41 --dport 5050 -j ACCEPT', + '-A INPUT -p tcp -m tcp -s 192.168.1.41 --dport 5050 -j ACCEPT', ] fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web,sysadmin-mote,sysadmin-veteran