Use archvsync managed secrets files for rsyncd on ftp-master
[mirror/dsa-puppet.git] / modules / roles / files / dakmaster / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 max connections = 25
4 syslog facility = daemon
5 socket options = SO_KEEPALIVE
6 timeout = 7200
7 log file = /var/log/rsyncd/rsyncd.log
8
9 [indices]
10   path = /srv/ftp-master.debian.org/mirror/ftp-master/indices
11   comment = index files
12   auth users = *
13   read only = true
14   secrets file = /etc/rsyncd/indices.secrets
15
16 [debian]
17   path = /srv/ftp-master.debian.org/mirror/ftp-master
18   comment = Full Debian FTP Archive (huge and growing)
19   auth users = *
20   read only = true
21   secrets file = /home/archvsync/rsyncd/debian.secrets
22   strict modes = false
23
24 [debian-debug]
25   path = /srv/ftp-master.debian.org/mirror/debian-debug
26   comment = Debug packages.  Probably large.  Starting mid 2015.
27   auth users = *
28   read only = true
29   secrets file = /home/archvsync/rsyncd/debian-debug.secrets
30   strict modes = false
31   list = no
32
33 [buildd-keyrings]
34   path = /srv/ftp-master.debian.org/scripts/builddkeyrings/keyrings
35   comment = buildd keys for archive uploads
36   read only = true
37   list = no
38   hosts allow = 82.195.75.106, 2001:41b8:202:deb:216:36ff:fe40:3906
39
40 [debian-buildd-dists]
41   path = /srv/static.debian.org/master/incoming.debian.org-current-live/debian-buildd/dists
42   comment = buildd archive
43   read only = true
44   list = no
45   auth users = *
46   secrets file = /home/archvsync/rsyncd/debian-buildd-dists.secrets
47   strict modes = false