nodes/home.router: add node
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-13 18:47:40 +01:00
parent 99071bd8ba
commit be2cdc39e8
Signed by: kunsi
GPG key ID: 12E3D2136B818350

29
nodes/home/router.py Normal file
View file

@ -0,0 +1,29 @@
nodes['home.router'] = {
'hostname': '172.19.138.10',
'bundles': set(),
'groups': set(),
'metadata': {
'interfaces': {
'enp1s0.23': {
'ips': {
'172.19.139.10/24',
},
},
'enp1s0.42': {
'ips': {
'172.19.138.10/24',
},
'gateway4': '172.19.138.1',
},
},
'backups': {
'exclude_from_backups': True,
},
'vm': {
'cpu': 2,
'ram': 2,
},
},
'os': 'debian',
'os_version': (10,),
}