home.openhab: install and configure openhab
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit

This commit is contained in:
Franzi 2021-10-31 09:43:53 +01:00
parent aa8f19d948
commit f482874310
Signed by: kunsi
GPG key ID: 12E3D2136B818350
8 changed files with 213 additions and 3 deletions

View file

@ -1,6 +1,9 @@
nodes['home.openhab'] = {
'hostname': '172.19.138.21',
'bundles': set(),
'bundles': {
'nginx',
'openhab',
},
'groups': {
'debian-bullseye',
},
@ -13,8 +16,16 @@ nodes['home.openhab'] = {
'gateway4': '172.19.138.1',
},
},
'backups': { # TODO remove this when running openhab
'exclude_from_backups': True,
'nginx': {
'vhosts': {
'openhab': {'ssl': '_.home.kunbox.net'},
},
},
'openhab': {
'domain': 'openhab.home.kunbox.net',
'java_opts': {
'user.timezone': 'Europe/Berlin',
},
},
'vm': {
'cpu': 2,