ansible/roles/rsyncd/files/rsyncd.conf.sundries

199 lines
4.6 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.3.163.39 192.168.1.59
[docs]
comment = Docs Site
path = /srv/docs
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.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.3.160.0/255.255.224.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.3.160.0/255.255.224.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.3.160.0/255.255.224.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.3.160.0/255.255.224.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.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[start.fedoraproject.org]
comment = start.fedoraproject.org
path = /srv/websites/start.fedoraproject.org
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.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.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[fedoracommunity.org]
comment = fedoracommunity.org
path = /srv/websites/fedoracommunity.org
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[flocktofedora.org]
comment = flocktofedora.org
path = /srv/websites/flocktofedora.org
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[getfedora.org]
comment = getfedora.org
path = /srv/websites/getfedora.org
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[labs.fedoraproject.org]
comment = labs.fedoraproject.org
path = /srv/websites/labs.fedoraproject.org
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.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.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[iot.fedoraproject.org]
comment = iot.fedoraproject.org
path = /srv/web/iot.fedoraproject.org
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.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.3.160.0/255.255.224.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.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[alt.fedoraproject.org]
comment = alt.fedoraproject.org
path = /srv/websites/alt.fedoraproject.org
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[fmw]
comment = fmw
path = /srv/web/fmw
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[registry-signatures]
comment = registry-signatures
path = /srv/web/registry-signatures
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[registry-index]
comment = registry-index
path = /var/lib/reg-server/static/
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[flatpak-index]
comment = flatpak-indexer output
path = /srv/web/registry-index
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[docs-redirects]
comment = Docs Site Redirects
path = /srv/web/docs-redirects
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0
[fedoraloveskde.org]
comment = fedoraloveskde.org
path = /srv/web/fedoraloveskde.org
uid = root
gid = root
read only = yes
hosts allow = 10.3.160.0/255.255.224.0 192.168.0.0/255.255.0.0