bundlewrap/nodes/home/openhab.py
Franzi c0b5dbe89a
Some checks failed
kunsi/bundlewrap/pipeline/head There was a failure building this commit
home.openhab: fix backup server address
2021-11-02 18:03:19 +01:00

39 lines
848 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',
},
},
'backup-client': {
'server': '172.19.138.20:22',
},
'nginx': {
'vhosts': {
'openhab': {'ssl': '_.home.kunbox.net'},
},
},
'openhab': {
'domain': 'openhab.home.kunbox.net',
'java_opts': {
'user.timezone': 'Europe/Berlin',
},
},
'vm': {
'cpu': 2,
'ram': 2,
},
},
}