Ticket #4696 setup anon rsync for repos.fedorapeople.org
- inventory/host_vars/people01.fedoraproject.org: added port 873 for the firewall - added new rsyncd config file for people01.fedoraproject.org This probably might/should be just for the whole "people" hostgroup.
This commit is contained in:
parent
a14a0558a3
commit
df5291beb5
2 changed files with 26 additions and 1 deletions
|
@ -16,7 +16,7 @@ datacenter: ibiblio
|
|||
|
||||
fedmsg_fqdn: people01.vpn.fedoraproject.org
|
||||
|
||||
tcp_ports: [80, 443, 9418]
|
||||
tcp_ports: [80, 443, 9418, 873]
|
||||
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
|
25
roles/rsyncd/files/rsyncd.conf.people01.fedoraproject.org
Normal file
25
roles/rsyncd/files/rsyncd.conf.people01.fedoraproject.org
Normal file
|
@ -0,0 +1,25 @@
|
|||
pid file = /var/run/rsyncd.pid
|
||||
syslog facility = daemon
|
||||
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.bz2 *.iso
|
||||
use chroot = false
|
||||
transfer logging = false
|
||||
exclude = .snapshot/ .~tmp~/ /.private/ /.private/** **/.nfs*
|
||||
|
||||
|
||||
# For distributing applications
|
||||
[log]
|
||||
comment = Server Logs
|
||||
path = /var/log
|
||||
uid = root
|
||||
gid = root
|
||||
read only = yes
|
||||
hosts allow = 10.5.126.13 192.168.1.59
|
||||
|
||||
[people-repos]
|
||||
comment = repos.fedorapeople.org content
|
||||
path = /srv/repos
|
||||
uid = nobody
|
||||
gid = nobody
|
||||
read only = yes
|
||||
ignore nonreadable = yes
|
||||
list = true
|
Loading…
Add table
Add a link
Reference in a new issue