2020-11-09 16:39:57 +01:00
|
|
|
groups['gce'] = {
|
|
|
|
'bundles': {
|
|
|
|
'gce-workaround',
|
|
|
|
},
|
|
|
|
'member_patterns': {
|
|
|
|
r"gce\..*",
|
|
|
|
},
|
|
|
|
'metadata': {
|
|
|
|
'hosts': {
|
|
|
|
'entries': {
|
|
|
|
'169.254.169.254': {
|
|
|
|
'metadata.google.internal',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2020-11-15 13:23:24 +01:00
|
|
|
'location': 'gce',
|
2020-11-09 16:39:57 +01:00
|
|
|
'nameservers': {
|
|
|
|
'8.8.8.8',
|
|
|
|
'8.8.4.4',
|
|
|
|
},
|
2020-11-11 13:29:22 +01:00
|
|
|
'postfix': {
|
|
|
|
# It's fine to do this without authentificating to the relayhost.
|
|
|
|
# These Systems are not supposed to send mail anywhere else
|
|
|
|
# than our own domains.
|
|
|
|
'relayhost': '[mx0.kunbox.net]:2525',
|
|
|
|
},
|
2020-11-09 16:39:57 +01:00
|
|
|
},
|
|
|
|
}
|
|
|
|
|
2020-07-19 12:09:34 +02:00
|
|
|
groups['htz'] = {
|
|
|
|
'member_patterns': {
|
|
|
|
r"htz\..*",
|
|
|
|
},
|
|
|
|
'subgroups': {
|
|
|
|
'htz-cloud',
|
|
|
|
},
|
2020-11-15 13:23:24 +01:00
|
|
|
'metadata': {
|
|
|
|
'location': 'htz',
|
|
|
|
},
|
2020-07-19 12:09:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
groups['htz-cloud'] = {
|
|
|
|
'member_patterns': {
|
|
|
|
r"htz\-cloud\..*",
|
2020-06-06 10:20:58 +02:00
|
|
|
},
|
2021-04-24 09:13:37 +02:00
|
|
|
'metadata': {
|
|
|
|
'apt': {
|
|
|
|
'packages': {
|
|
|
|
'cryptsetup-bin': {
|
|
|
|
'installed': False,
|
|
|
|
},
|
|
|
|
'cryptsetup-run': {
|
|
|
|
'installed': False,
|
|
|
|
},
|
|
|
|
'cryptsetup-initramfs': {
|
|
|
|
'installed': False,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2020-06-06 10:20:58 +02:00
|
|
|
}
|
|
|
|
|
2020-09-27 16:47:10 +02:00
|
|
|
groups['home'] = {
|
|
|
|
'member_patterns': {
|
|
|
|
r"home\..*",
|
|
|
|
},
|
2020-11-13 16:28:43 +01:00
|
|
|
'bundles': {
|
|
|
|
'lldp',
|
|
|
|
},
|
2020-11-09 16:39:57 +01:00
|
|
|
'metadata': {
|
2020-11-13 22:11:56 +01:00
|
|
|
'location': 'home',
|
2020-11-30 06:54:50 +01:00
|
|
|
'icinga_options': {
|
2021-07-17 09:18:20 +02:00
|
|
|
'also_affected_by': {
|
|
|
|
'home.router',
|
|
|
|
},
|
2020-11-30 06:54:50 +01:00
|
|
|
'vars.notification.sms': False,
|
|
|
|
},
|
2020-11-11 13:29:22 +01:00
|
|
|
'postfix': {
|
|
|
|
# It's fine to do this without authentificating to the relayhost.
|
|
|
|
# These Systems are not supposed to send mail anywhere else
|
|
|
|
# than our own domains.
|
|
|
|
'relayhost': '[mx0.kunbox.net]:2525',
|
|
|
|
},
|
2020-11-09 16:39:57 +01:00
|
|
|
},
|
2020-09-27 16:47:10 +02:00
|
|
|
}
|
|
|
|
|
2020-11-09 16:39:57 +01:00
|
|
|
groups['ovh'] = {
|
2020-07-19 12:09:34 +02:00
|
|
|
'member_patterns': {
|
2020-11-09 16:39:57 +01:00
|
|
|
r"ovh\..*",
|
2020-08-20 10:01:34 +02:00
|
|
|
},
|
2020-11-10 08:59:54 +01:00
|
|
|
'metadata': {
|
2020-11-15 13:23:24 +01:00
|
|
|
'location': 'ovh',
|
2021-04-01 17:00:23 +02:00
|
|
|
'postfix': {
|
|
|
|
'relayhost': '[mx0.kunbox.net]:2525',
|
|
|
|
},
|
2020-11-10 08:59:54 +01:00
|
|
|
'users': {
|
|
|
|
'debian': {
|
|
|
|
'delete': True,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2020-07-19 12:09:34 +02:00
|
|
|
}
|