From 77557d288d448d8dd1841e99243a32257c67844b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 21 Jul 2015 23:45:52 +0000 Subject: [PATCH] Add rsync targets to sundries since it's taking over for app*/bapp --- roles/rsyncd/files/rsyncd.conf.sundries | 127 ++++++++++++++++++++++-- 1 file changed, 119 insertions(+), 8 deletions(-) diff --git a/roles/rsyncd/files/rsyncd.conf.sundries b/roles/rsyncd/files/rsyncd.conf.sundries index daf91e6874..1b9dec5e89 100644 --- a/roles/rsyncd/files/rsyncd.conf.sundries +++ b/roles/rsyncd/files/rsyncd.conf.sundries @@ -1,11 +1,10 @@ -pid file = /var/run/rsyncd.pid -syslog facility = daemon +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 +use chroot = false +transfer logging = false exclude = .snapshot/ .~tmp~/ /.private/ /.private/** **/.nfs* - # For distributing applications [log] comment = Server Logs @@ -15,9 +14,121 @@ gid = root read only = yes hosts allow = 10.5.126.13 192.168.1.59 -[gather-easyfix] -comment = Gather easyfix available in Fedora -path = /srv/web/easyfix +[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/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 + +[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 + +[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 + +[arm.fedoraproject.org] +comment = arm.fedoraproject.org +path = /srv/web/arm.fedoraproject.org uid = root gid = root read only = yes