bundlewrap/nodes/home/openhab.py
Franzi 3d90f544bf
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
groups/linux: change backup host to htz-hel.backup-kunsi
2022-01-04 15:52:24 +01:00

37 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,
},
},
}