nagiosmaster -> hiera role; bind acls still not converted
[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   nagiosmaster:
58     # XXX - only used by bind ACLs
59     - tchaikovsky.debian.org
60   security_mirror:
61     # XXX used also in ferm me.conf.erb
62     mirror-anu.debian.org:
63       fastly-backend: false
64     mirror-csail.debian.org:
65       fastly-backend: false
66     mirror-isc.debian.org:
67       onion_v4_address: 149.20.4.14
68     mirror-umn.debian.org:
69       onion_v4_address: 128.101.240.215
70     mirror-accumu.debian.org:
71       fastly-backend: false
72     mirror-skroutz.debian.org:
73       fastly-backend: false
74     lobos.debian.org:
75       service-hostname: lobos.security.backend.mirrors.debian.org
76       fastly-backend: false
77       onion_v4_address: 212.211.132.250
78     santoro.debian.org:
79       fastly-backend: false
80     schmelzer.debian.org:
81       fastly-backend: false
82     schumann.debian.org:
83       service-hostname: schumann.security.backend.mirrors.debian.org
84       fastly-backend: true
85     setoguchi.debian.org:
86       fastly-backend: false
87     sechter.debian.org:
88       fastly-backend: false
89     villa.debian.org:
90       service-hostname: villa.security.backend.mirrors.debian.org
91       fastly-backend: true
92       onion_v4_address: 212.211.132.32
93     wieck.debian.org:
94       service-hostname: wieck.security.backend.mirrors.debian.org
95       fastly-backend: true
96   postgres_backup_server:
97     # XXX - used by ferm templates/defs.conf.erb
98     - backuphost.debian.org
99     - storace.debian.org
100   postgresql_server:
101     # postgresql instances not managed by puppet otherwise
102     - bmdb1.debian.org
103     - buxtehude.debian.org
104     - danzi.debian.org
105     - fasolo.debian.org
106     - lw07.debian.org
107     - melartin.debian.org
108     - postgresql-manda-01.debian.org
109     - sallinen.debian.org
110     - seger.debian.org
111     - snapshotdb-manda-01.debian.org
112     - vittoria.debian.org
113
114 classes:
115   - base::includes