home.openhab: install and configure openhab
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
This commit is contained in:
parent
aa8f19d948
commit
f482874310
8 changed files with 213 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue