bundlewrap/nodes/home/openhab.py

25 lines
545 B
Python
Raw Normal View History

2021-10-26 13:38:01 +00:00
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,
},
},
}