Files
fedora-infra_ansible/roles/rsyncd/files/rsyncd.conf.crawler
Kevin Fenzi 7984b46eb7 The great phx2 pruning run (1st cut).
Since we no longer have any machines in phx2, I have tried to remove
them from ansible. Note that there are still some places where we need
to remove them still: nagios, dhcp, named were not touched, and in cases
where it wasn't pretty clear what a conditional was doing I left it to
be cleaned up later.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2020-06-14 14:14:31 -07:00

26 lines
861 B
Plaintext

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 crawler logs to the mm frontend
[crawler]
comment = Crawler Logs
path = /var/log/mirrormanager/crawler
uid = mirrormanager
gid = mirrormanager
read only = yes
hosts allow = mm-frontend01.iad2.fedoraproject.org mm-frontend02.iad2.fedoraproject.org 209.132.181.102
# For distributing propagation logs to the mm backend
[propagation]
comment = Propagation Logs
path = /var/log/mirrormanager/propagation
uid = mirrormanager
gid = mirrormanager
read only = yes
hosts allow = mm-backend01.iad2.fedoraproject.org