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