Allow port 443 in mirrorlist stg firewalls and add a hosts entry for mirrorlist-phx2.stg in stg.
This commit is contained in:
parent
ed684cccfd
commit
7da9eee02a
2 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,10 @@ num_cpus: 4
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
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' ]
|
||||
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',
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.0/24 --dport 443 -j ACCEPT' ]
|
||||
|
||||
collectd_apache: true
|
||||
fas_client_groups: sysadmin-noc,fi-apprentice,sysadmin-web
|
||||
nrpe_procs_warn: 500
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue