No longer allow nagios to recurse on our binds
[mirror/dsa-puppet.git] / data / common.yaml
1 ---
2
3 lookup_options:
4   # with merge: unique entries in other hiera sources add to the array
5   resolv::searchpaths:
6     merge: unique
7   apt::sources::debian::location:
8     merge: unique
9
10 # class parameters
11 resolv::nameservers: []
12 resolv::searchpaths: ['debian.org']
13 staticsync::user: 'staticsync'
14 staticsync::basedir: '/srv/static.debian.org'
15 exim::smarthost: 'mailout.debian.org'
16 postfix::smarthost: 'mailout.debian.org'
17
18 roles::dns_primary::allow_access:
19   # easydns
20   - '64.68.200.91'
21   - '205.210.42.80'
22   # rcode0
23   - '83.136.34.0/27'
24   - '2a02:850:8::/47'
25   # netnod
26   - '192.71.80.0/24'
27   - '192.36.144.222'
28   - '192.36.144.218'
29   - '194.146.105.24'
30   - '194.146.105.25'
31   - '2a01:3f0:0:27::24'
32   - '2a01:3f0:0:28::25'
33
34 # other variables
35 allow_dns_query: []
36 role_config__mirrors:
37   mirror_basedir_prefix: '/srv/mirrors/'
38 role_config__syncproxy:
39   mirror_basedir_prefix: '/srv/mirrors/'
40 samhain_recipients:
41   - 'debian-archive-debian-samhain-reports@master.debian.org'
42   - 'debian-admin@ftbfs.de'
43   - 'weasel@debian.org'
44   - 'zumbi@oron.es'
45 root_mail_alias:
46   - 'debian-admin@debian.org'
47 paths:
48   letsencrypt_dir: '/srv/puppet.debian.org/from-letsencrypt'
49   auto_certs_dir: '/srv/puppet.debian.org/ca/RESULT/certs'
50   auto_clientcerts_dir: '/srv/puppet.debian.org/ca/RESULT/clientcerts'
51 apt::sources::debian::location: 'https://deb.debian.org/debian/'
52
53
54 # all of these should be retired in favour of including the class role
55 # with the host. weasel, 2019-09
56 roles:
57   security_mirror:
58     # XXX used also in ferm me.conf.erb
59     mirror-anu.debian.org:
60       fastly-backend: false
61     mirror-csail.debian.org:
62       fastly-backend: false
63     mirror-isc.debian.org:
64       onion_v4_address: 149.20.4.14
65     mirror-umn.debian.org:
66       onion_v4_address: 128.101.240.215
67     mirror-accumu.debian.org:
68       fastly-backend: false
69     mirror-skroutz.debian.org:
70       fastly-backend: false
71     lobos.debian.org:
72       service-hostname: lobos.security.backend.mirrors.debian.org
73       fastly-backend: false
74       onion_v4_address: 212.211.132.250
75     santoro.debian.org:
76       fastly-backend: false
77     schmelzer.debian.org:
78       fastly-backend: false
79     schumann.debian.org:
80       service-hostname: schumann.security.backend.mirrors.debian.org
81       fastly-backend: true
82     setoguchi.debian.org:
83       fastly-backend: false
84     sechter.debian.org:
85       fastly-backend: false
86     villa.debian.org:
87       service-hostname: villa.security.backend.mirrors.debian.org
88       fastly-backend: true
89       onion_v4_address: 212.211.132.32
90     wieck.debian.org:
91       service-hostname: wieck.security.backend.mirrors.debian.org
92       fastly-backend: true
93   postgres_backup_server:
94     # XXX - used by ferm templates/defs.conf.erb
95     - backuphost.debian.org
96     - storace.debian.org
97   postgresql_server:
98     # postgresql instances not managed by puppet otherwise
99     - bmdb1.debian.org
100     - buxtehude.debian.org
101     - danzi.debian.org
102     - fasolo.debian.org
103     - lw07.debian.org
104     - melartin.debian.org
105     - postgresql-manda-01.debian.org
106     - sallinen.debian.org
107     - seger.debian.org
108     - snapshotdb-manda-01.debian.org
109     - vittoria.debian.org
110
111 classes:
112   - base::includes