ansible/roles/rsyncd/files/rsyncd.conf.sundries
2016-04-22 21:33:42 +00:00

167 lines
3.9 KiB
Text

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
[docs]
comment = Docs Site
path = /srv/web/docs
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
[membership-map]
comment = Ambassadors Membership Map
path = /srv/web/membership-map
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
[review-stats]
comment = Package Review Stats
path = /srv/web/review-stats
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
[gather-easyfix]
comment = Gather easyfix available in Fedora
path = /srv/web/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
[fedoraproject.org]
comment = fedoraproject.org
path = /srv/web/fedoraproject.org
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
[spins.fedoraproject.org]
comment = spins.fedoraproject.org
path = /srv/web/spins.fedoraproject.org
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
[talk.fedoraproject.org]
comment = talk.fedoraproject.org
path = /srv/web/talk.fedoraproject.org
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
[start.fedoraproject.org]
comment = start.fedoraproject.org
path = /srv/web/start.fedoraproject.org
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
[boot.fedoraproject.org]
comment = boot.fedoraproject.org
path = /srv/web/boot.fedoraproject.org
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
[mirrors.fedoraproject.org]
comment = mirrors.fedoraproject.org
path = /srv/web/mirrors.fedoraproject.org
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
[fedoracommunity.org]
comment = fedoracommunity.org
path = /srv/web/fedoracommunity.org
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
[fudcon.fedoraproject.org]
comment = fudcon.fedoraproject.org
path = /srv/web/fudcon.fedoraproject.org
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
[flocktofedora.org]
comment = flocktofedora.org
path = /srv/web/flocktofedora.org
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
[getfedora.org]
comment = getfedora.org
path = /srv/web/getfedora.org
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
[labs.fedoraproject.org]
comment = labs.fedoraproject.org
path = /srv/web/labs.fedoraproject.org
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
[budget.fedoraproject.org]
comment = budget.fedoraproject.org
path = /srv/web/budget.fedoraproject.org
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
[arm.fedoraproject.org]
comment = arm.fedoraproject.org
path = /srv/web/arm.fedoraproject.org
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
[developer.fedoraproject.org]
comment = developer.fedoraproject.org
path = /srv/web/developer.fedoraproject.org
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
[codecs.fedoraproject.org]
comment = codecs.fedoraproject.org
path = /srv/web/codecs.fedoraproject.org
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