24 lines
545 B
Python
24 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,
|
|
},
|
|
},
|
|
}
|