Set mirrorlists to only process requests on vpn or local network interface

This commit is contained in:
Kevin Fenzi 2014-04-16 00:38:07 +00:00
parent 805acea1a2
commit 7ce3dfbe2a

View file

@ -5,7 +5,7 @@ num_cpus: 4
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80 ]
custom_rules: [ '-A INPUT -p tcp -m tcp -s 192.168.0.0/16 --dport 80 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 10.5.126.0/24 --dport 80 -j ACCEPT' ]
collectd_apache: true
fas_client_groups: sysadmin-noc,fi-apprentice
nrpe_procs_warn: 500