mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
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>
26 lines
861 B
Plaintext
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
|