bundlewrap/nodes/ovh.secondary.py
2021-11-14 18:05:19 +01:00

45 lines
1.2 KiB
Python

{
'hostname': '135.125.239.125',
'groups': [
'debian-11',
'dnsserver',
'monitored',
],
'bundles': [
'wireguard',
],
'metadata': {
'id': 'd5080b1a-b310-48be-bd5a-02cfcecf0c90',
'network': {
'external': {
'interface': 'eth0',
'ipv4': '135.125.239.125/32',
'gateway4': '135.125.238.1',
'ipv6': '2001:41d0:701:1100::3dea/64',
'gateway6': '2001:41d0:701:1100::1',
},
},
'bind': {
'master_node': 'netcup.mails',
'hostname': 'second.resolver.name',
},
# 'postfix': {
# 'master_node': 'netcup.mails',
# 'hostname': 'mail2.sublimity.de',
# },
'wireguard': {
'my_ip': '172.30.0.3/32',
's2s': {
'netcup.mails': {
'allowed_ips': [
'10.0.0.0/24',
'10.0.2.0/24',
'10.0.9.0/24',
'10.0.10.0/24',
'10.0.20.0/24',
],
},
},
},
},
}