From 9f27b9c1e530057f668b8e772f583b2b0ccb64fd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Jun 2013 20:26:08 +0000 Subject: [PATCH] Add nrpe to accept from noc01 to mirrorlists. --- inventory/group_vars/mirrorlist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/group_vars/mirrorlist b/inventory/group_vars/mirrorlist index f31ef1c1b9..c7b2f7a782 100644 --- a/inventory/group_vars/mirrorlist +++ b/inventory/group_vars/mirrorlist @@ -7,6 +7,9 @@ num_cpus: 4 # the host_vars/$hostname file tcp_ports: [ 80 ] +custom_rules: [ '-A INPUT -s 192.168.1.10 -p tcp -m tcp --dport 5666 -j ACCEPT', + '-A INPUT -s 209.132.181.102 -p tcp -m tcp --dport 5666 -j ACCEPT', + '-A INPUT -s 10.5.126.41 -p tcp -m tcp --dport 5666 -j ACCEPT' ] collectd_apache: true fas_client_groups: sysadmin-noc