39 lines
888 B
Python
39 lines
888 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,
|
|
},
|
|
},
|
|
'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,
|
|
},
|
|
},
|
|
}
|