add node home.openhab
This commit is contained in:
parent
68506ae41b
commit
980bea3351
1 changed files with 24 additions and 0 deletions
24
nodes/home/openhab.py
Normal file
24
nodes/home/openhab.py
Normal 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,
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Reference in a new issue