manage bmdb1/dak pg_hba: fix common.yaml
[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 postgres::backup_cluster::db_backup_role: 'debian-backup'
34 postgres::backup_server::globals::backup_unix_user: 'debbackup'
35 # bacula
36 #
37 bacula::email_all: 'bacula-reports@admin.debian.org'
38 bacula::ssl_ca_path:     '/etc/ssl/debian/certs/ca.crt'
39 bacula::ssl_client_cert: '/etc/ssl/debian/certs/thishost.crt'
40 bacula::ssl_client_key:  '/etc/ssl/private/thishost.key'
41 bacula::ssl_server_cert: '/etc/ssl/debian/certs/thishost-server.crt'
42 bacula::ssl_server_key:  '/etc/ssl/private/thishost-server.key'
43 bacula::director::db_address: 'postgresql-manda-01.debian.org'
44 bacula::director::db_port:    5432
45 bacula::director::db_sslca:   '/etc/ssl/debian/certs/ca.crt'
46 bacula::director::pool_name:  'debian'
47
48 bacula::client::director_server: dinis.debian.org
49 bacula::client::storage_server: storace.debian.org
50
51
52 roles::buildd_master::params::db_address: danzi.debian.org
53 roles::buildd_master::params::db_port: 5436
54 roles::buildd_master::qa_buildlogchecks_db_address: bmdb1.debian.org
55 roles::buildd_master::qa_buildlogchecks_db_port: 5435
56
57 roles::debconf_wafer::db_address: danzi.debian.org
58 roles::debconf_wafer::db_port: 5434
59
60 roles::debsources::db_address: bmdb1.debian.org
61 roles::debsources::db_port: 5440
62
63 roles::debtags::db_address: bmdb1.debian.org
64 roles::debtags::db_port: 5435
65
66 roles::ftp_master::db_port: 5433
67
68 roles::nm::db_address: danzi.debian.org
69 roles::nm::db_port: 5433
70
71 roles::pet::params::db_address: bmdb1.debian.org
72 roles::pet::params::db_port: 5435
73
74 roles::postgresql::ftp_master_dak_replica::db_guest_access::bm::db_address: bmdb1.debian.org
75 roles::postgresql::ftp_master_dak_replica::db_guest_access::bm::db_port: 5434
76
77 roles::qamaster::db_address: bmdb1.debian.org
78 roles::qamaster::db_port: 5435
79
80 roles::release::db_address: bmdb1.debian.org
81 roles::release::db_port: 5435
82
83 roles::rtmaster::db_address: danzi.debian.org
84 roles::rtmaster::db_port: 5433
85
86 roles::sso::db_address: danzi.debian.org
87 roles::sso::db_port: 5433
88
89 roles::tracker::db_address: danzi.debian.org
90 roles::tracker::db_port: 5432
91
92 roles::udd::params::db_address: ullmann.debian.org
93 roles::udd::params::db_port: 5452
94
95 roles::postgresql::ftp_master_dak_replica::db_server: fasolo.debian.org
96 roles::postgresql::ftp_master_dak_replica::db_port: 5433
97 roles::postgresql::ftp_master_dak_replica::db_role: repuser
98
99
100 # == other variables
101 #####################
102 allow_dns_query: []
103 role_config__mirrors:
104   mirror_basedir_prefix: '/srv/mirrors/'
105 role_config__syncproxy:
106   mirror_basedir_prefix: '/srv/mirrors/'
107 samhain_recipients:
108   - 'debian-archive-debian-samhain-reports@master.debian.org'
109   - 'debian-admin@ftbfs.de'
110   - 'weasel@debian.org'
111   - 'zumbi@oron.es'
112 root_mail_alias:
113   - 'debian-admin@debian.org'
114 paths:
115   letsencrypt_dir: '/srv/puppet.debian.org/from-letsencrypt'
116   auto_certs_dir: '/srv/puppet.debian.org/ca/RESULT/certs'
117   auto_clientcerts_dir: '/srv/puppet.debian.org/ca/RESULT/clientcerts'
118 apt::sources::debian::location: 'https://deb.debian.org/debian/'
119
120 classes:
121   - base::includes