Franziska Kunsmann
3d90f544bf
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
36 lines
808 B
Python
36 lines
808 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',
|
|
'ipv6_accept_ra': True,
|
|
},
|
|
},
|
|
'nginx': {
|
|
'vhosts': {
|
|
'openhab': {'ssl': '_.home.kunbox.net'},
|
|
},
|
|
},
|
|
'openhab': {
|
|
'domain': 'openhab.home.kunbox.net',
|
|
'java_opts': {
|
|
'user.timezone': 'Europe/Berlin',
|
|
},
|
|
},
|
|
'vm': {
|
|
'cpu': 2,
|
|
'ram': 2,
|
|
},
|
|
},
|
|
}
|