mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
Got these backwards.
This commit is contained in:
@@ -11,8 +11,6 @@ custom_rules: [
|
||||
# Need for rsync from log01 for logs.
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||
# Need so that anitya-backend can talk fedmsg to our relay
|
||||
'-A INPUT -p tcp -m tcp -s 140.211.169.230 --dport 9939 -j ACCEPT',
|
||||
]
|
||||
|
||||
# No other ports open. no web service running here.
|
||||
|
||||
@@ -10,8 +10,13 @@ num_cpus: 2
|
||||
# 9940 is for the anitya public relay
|
||||
tcp_ports: [ 80, 443, 9940 ]
|
||||
|
||||
# Neeed for rsync from log01 for logs.
|
||||
custom_rules: [ '-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT', '-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT' ]
|
||||
custom_rules: [
|
||||
# Need for rsync from log01 for logs.
|
||||
'-A INPUT -p tcp -m tcp -s 10.5.126.13 --dport 873 -j ACCEPT',
|
||||
'-A INPUT -p tcp -m tcp -s 192.168.1.59 --dport 873 -j ACCEPT',
|
||||
# Need so that anitya-backend can talk fedmsg to our relay
|
||||
'-A INPUT -p tcp -m tcp -s 140.211.169.230 --dport 9939 -j ACCEPT',
|
||||
]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user