bundlewrap/nodes/home/openhab.py
Franzi f482874310
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
home.openhab: install and configure openhab
2021-10-31 09:43:53 +01:00

36 lines
768 B
Python

nodes['home.openhab'] = {
'hostname': '172.19.138.21',
'bundles': {
'nginx',
'openhab',
},
'groups': {
'debian-bullseye',
},
'metadata': {
'interfaces': {
'enp1s0': {
'ips': {
'172.19.138.21/24',
},
'gateway4': '172.19.138.1',
},
},
'nginx': {
'vhosts': {
'openhab': {'ssl': '_.home.kunbox.net'},
},
},
'openhab': {
'domain': 'openhab.home.kunbox.net',
'java_opts': {
'user.timezone': 'Europe/Berlin',
},
},
'vm': {
'cpu': 2,
'ram': 2,
},
},
}