bundlewrap/nodes/wb.offsite-backups.py
mwiegand 7c72fbb044 wip
2021-10-10 15:02:15 +02:00

39 lines
911 B
Python

{
'hostname': '192.168.178.20',
'groups': [
'debian-11',
],
'bundles': [
'wireguard',
'zfs',
],
'metadata': {
# TEMP
'nameservers': {
'8.8.8.8',
},
'id': '23b898bd-203b-42d5-8150-cdb459915d77',
'network': {
'internal': {
'interface': 'eth0',
'ipv4': '192.168.178.20/24',
'gateway4': '192.168.178.1',
},
},
'wireguard': {
'my_ip': '172.30.0.4/32',
's2s': {
'htz.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.11.0/24',
],
},
},
},
},
}