first cut at alt.stg site for websites folks
This commit is contained in:
parent
23c19ddb7a
commit
a2cf1312a2
8 changed files with 359 additions and 1 deletions
175
roles/rsyncd/files/rsyncd.conf.sundries-stg
Normal file
175
roles/rsyncd/files/rsyncd.conf.sundries-stg
Normal file
|
@ -0,0 +1,175 @@
|
|||
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
|
||||
|
||||
[alt.stg.fedoraproject.org]
|
||||
comment = alt.stg.fedoraproject.org
|
||||
path = /srv/web/alt.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
|
Loading…
Add table
Add a link
Reference in a new issue