bundlewrap/nodes/home.openhab3.py
2021-11-04 22:24:33 +01:00

52 lines
1.2 KiB
Python

{
'hostname': '10.0.0.17',
'groups': [
'raspberry-pi',
'debian-11',
'monitored',
'webserver',
],
'bundles': [
'zfs',
'openhab',
'java',
'mirror',
],
'metadata': {
'FIXME_dont_touch_sshd': True,
'id': '0afcde75-95c8-4fbd-b4c2-8a0fcc92884a',
'network': {
'internal': {
'interface': 'eth0',
'ipv4': '10.0.0.17/24',
'gateway4': '10.0.0.1',
},
},
'letsencrypt': {
'delegate_to_node': 'htz.mails',
},
'nginx': {
'vhosts': {
'openhab.ckn.li': {
'content': 'nginx/proxy_pass.conf',
'context': {
'target': 'http://localhost:8080',
},
},
},
},
'java': {
'version': 11,
},
'zfs': {
'pools': {
'tank': {
'devices': [
'/dev/disk/by-id/mmc-SE32G_0x1766be0d-part3',
],
},
},
},
},
}