From 7a666b0de6a4f94f7c81a3c0fe6bf9cce69fbb2d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 21 Jul 2014 14:17:42 +0000 Subject: [PATCH] Also allow rsync from log01 to pull http logs on noc01 --- inventory/host_vars/noc01.phx2.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/noc01.phx2.fedoraproject.org b/inventory/host_vars/noc01.phx2.fedoraproject.org index a99768604c..9761dcde34 100644 --- a/inventory/host_vars/noc01.phx2.fedoraproject.org +++ b/inventory/host_vars/noc01.phx2.fedoraproject.org @@ -11,6 +11,6 @@ datacenter: phx2 tcp_ports: ['22', '80', '443'] udp_ports: ['69'] -custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT' ] +custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.1.20 --dport 5666 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ] eth0_ip: 10.5.126.41