Add rsyncd setup for sundries so proxies can pull easyfix from it instead of apps
This commit is contained in:
parent
79f507271b
commit
a41d855530
4 changed files with 33 additions and 2 deletions
24
roles/rsyncd/files/rsyncd.conf.sundries
Normal file
24
roles/rsyncd/files/rsyncd.conf.sundries
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue