More s390 rsync fixes.
This commit is contained in:
parent
e79a7aab80
commit
1297f14557
2 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,11 @@ fas_client_groups: sysadmin-noc,sysadmin-secondary
|
|||
|
||||
fedmsg_fqdn: s390-koji01.qa.fedoraproject.org
|
||||
|
||||
custom_rules: [
|
||||
# Need for rsync from secondary01 for content.
|
||||
'-A INPUT -p tcp -m tcp -s 209.132.181.8 --dport 873 -j ACCEPT',
|
||||
]
|
||||
|
||||
sudoers: "{{ private }}/files/sudo/sysadmin-secondary-sudoers"
|
||||
|
||||
#
|
||||
|
|
|
@ -21,4 +21,4 @@ path = /mnt/koji/tree/
|
|||
uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
hosts allow = 10.5.126.27
|
||||
hosts allow = 209.132.181.8
|
Loading…
Add table
Add a link
Reference in a new issue