Fix netapp in releng iptables, clean up directory
This commit is contained in:
parent
236fdc171f
commit
ef28d28270
2 changed files with 2 additions and 7 deletions
|
@ -43,12 +43,8 @@ COMMIT
|
|||
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
|
||||
|
||||
# Allow all netapp traffic
|
||||
-A INPUT -p udp -m udp -s 10.5.88.11 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp -s 10.5.88.11 -j ACCEPT
|
||||
-A INPUT -p udp -m udp -s 10.5.88.20 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp -s 10.5.88.20 -j ACCEPT
|
||||
-A INPUT -p udp -m udp -s 10.5.88.21 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp -s 10.5.88.21 -j ACCEPT
|
||||
-A INPUT -p udp -m udp -s 10.5.88.36 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp -s 10.5.88.36 -j ACCEPT
|
||||
|
||||
# Bacula Backups backup03
|
||||
-A INPUT -p tcp -m tcp -s 10.5.126.161 --dport 9102 -j ACCEPT
|
||||
|
|
|
@ -88,7 +88,6 @@
|
|||
action: file state=directory path=$item
|
||||
with_items:
|
||||
- /pub
|
||||
- /mnt/koji
|
||||
- /pub/fedora
|
||||
- /pub/epel
|
||||
- /epel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue