2021-10-26 13:38:01 +00:00
|
|
|
nodes['home.openhab'] = {
|
|
|
|
'hostname': '172.19.138.21',
|
2021-10-31 08:43:53 +00:00
|
|
|
'bundles': {
|
|
|
|
'nginx',
|
|
|
|
'openhab',
|
|
|
|
},
|
2021-10-26 13:38:01 +00:00
|
|
|
'groups': {
|
|
|
|
'debian-bullseye',
|
|
|
|
},
|
|
|
|
'metadata': {
|
|
|
|
'interfaces': {
|
|
|
|
'enp1s0': {
|
|
|
|
'ips': {
|
|
|
|
'172.19.138.21/24',
|
|
|
|
},
|
|
|
|
'gateway4': '172.19.138.1',
|
|
|
|
},
|
|
|
|
},
|
2021-11-02 17:03:19 +00:00
|
|
|
'backup-client': {
|
|
|
|
'server': '172.19.138.20:22',
|
|
|
|
},
|
2021-10-31 08:43:53 +00:00
|
|
|
'nginx': {
|
|
|
|
'vhosts': {
|
|
|
|
'openhab': {'ssl': '_.home.kunbox.net'},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'openhab': {
|
|
|
|
'domain': 'openhab.home.kunbox.net',
|
|
|
|
'java_opts': {
|
|
|
|
'user.timezone': 'Europe/Berlin',
|
|
|
|
},
|
2021-10-26 13:38:01 +00:00
|
|
|
},
|
|
|
|
'vm': {
|
|
|
|
'cpu': 2,
|
|
|
|
'ram': 2,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|