bundlewrap/nodes/home/openhab.py
2021-10-26 15:38:01 +02:00

25 lines
545 B
Python

nodes['home.openhab'] = {
'hostname': '172.19.138.21',
'bundles': set(),
'groups': {
'debian-bullseye',
},
'metadata': {
'interfaces': {
'enp1s0': {
'ips': {
'172.19.138.21/24',
},
'gateway4': '172.19.138.1',
},
},
'backups': { # TODO remove this when running openhab
'exclude_from_backups': True,
},
'vm': {
'cpu': 2,
'ram': 2,
},
},
}