Split the director config coming from each node in two parts: one that comes from...
[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 #####################
12 resolv::nameservers: []
13 resolv::searchpaths: ['debian.org']
14 staticsync::user: 'staticsync'
15 staticsync::basedir: '/srv/static.debian.org'
16 exim::smarthost: 'mailout.debian.org'
17 postfix::smarthost: 'mailout.debian.org'
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 # bacula
34 #
35 bacula::director::db_address: 'postgresql-manda-01.debian.org'
36 bacula::director::db_port:    5432
37 bacula::director::db_sslca:   '/etc/ssl/debian/certs/ca.crt'
38 bacula::director::pool_name:  'debian'
39
40 bacula::client::director_server: dinis.debian.org
41 bacula::client::storage_server: storace.debian.org
42
43
44 # == other variables
45 #####################
46 allow_dns_query: []
47 role_config__mirrors:
48   mirror_basedir_prefix: '/srv/mirrors/'
49 role_config__syncproxy:
50   mirror_basedir_prefix: '/srv/mirrors/'
51 samhain_recipients:
52   - 'debian-archive-debian-samhain-reports@master.debian.org'
53   - 'debian-admin@ftbfs.de'
54   - 'weasel@debian.org'
55   - 'zumbi@oron.es'
56 root_mail_alias:
57   - 'debian-admin@debian.org'
58 paths:
59   letsencrypt_dir: '/srv/puppet.debian.org/from-letsencrypt'
60   auto_certs_dir: '/srv/puppet.debian.org/ca/RESULT/certs'
61   auto_clientcerts_dir: '/srv/puppet.debian.org/ca/RESULT/clientcerts'
62 apt::sources::debian::location: 'https://deb.debian.org/debian/'
63
64
65 # all of these should be retired in favour of including the class role
66 # with the host. weasel, 2019-09
67 roles:
68   postgres_backup_server:
69     # XXX - used by ferm templates/defs.conf.erb
70     - backuphost.debian.org
71     - storace.debian.org
72   postgresql_server:
73     # postgresql instances not managed by puppet otherwise
74     - bmdb1.debian.org
75     - buxtehude.debian.org
76     - danzi.debian.org
77     - fasolo.debian.org
78     - lw07.debian.org
79     - melartin.debian.org
80     - postgresql-manda-01.debian.org
81     - sallinen.debian.org
82     - seger.debian.org
83     - snapshotdb-manda-01.debian.org
84     - vittoria.debian.org
85
86 classes:
87   - base::includes