More s390 rsync fixes.

This commit is contained in:
Kevin Fenzi 2015-08-05 17:08:27 +00:00
parent e79a7aab80
commit 1297f14557
2 changed files with 6 additions and 1 deletions

View file

@ -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"
#

View file

@ -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