add node home.openhab

This commit is contained in:
Franzi 2021-10-26 15:38:01 +02:00
parent 68506ae41b
commit 980bea3351
Signed by: kunsi
GPG key ID: 12E3D2136B818350

24
nodes/home/openhab.py Normal file
View file

@ -0,0 +1,24 @@
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,
},
},
}