Add rsyncd setup for sundries so proxies can pull easyfix from it instead of apps

This commit is contained in:
Kevin Fenzi 2014-05-19 23:17:42 +00:00
parent 79f507271b
commit a41d855530
4 changed files with 33 additions and 2 deletions

View file

@ -0,0 +1,24 @@
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.29 192.168.1.56
[gather-easyfix]
comment = Gather easyfix available in Fedora
path = /srv/web/gather-easyfix
uid = root
gid = root
read only = yes
hosts allow = 10.5.126.0/255.255.255.0 192.168.0.0/255.255.0.0