34 lines
819 B
Python
34 lines
819 B
Python
{
|
|
'hostname': '10.0.0.148',
|
|
'groups': [
|
|
'debian-11',
|
|
],
|
|
'bundles': [
|
|
'wireguard',
|
|
'zfs',
|
|
],
|
|
'metadata': {
|
|
'id': '23b898bd-203b-42d5-8150-cdb459915d77',
|
|
'network': {
|
|
'internal': {
|
|
'interface': 'eth0',
|
|
'ipv4': '10.0.0.148/24',
|
|
'gateway4': '10.0.0.1',
|
|
},
|
|
},
|
|
'wireguard': {
|
|
'my_ip': '172.30.0.4/24',
|
|
'peers': {
|
|
'htz.mails': {
|
|
'route': [
|
|
'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',
|
|
],
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|