Add iptables rules for rsync for logs.
This commit is contained in:
parent
7316ef1ca3
commit
32119b6bc1
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ num_cpus: 2
|
|||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 443, 8888 ]
|
||||
# Neeed for rsync from log02 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.29 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.56 --dport 873 -j ACCEPT' ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-paste,fi-apprentice
|
||||
# This host doesn't freeze
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue