2021-05-23 15:41:19 +00:00
|
|
|
nodes['home.paperless'] = {
|
2024-02-29 06:40:36 +00:00
|
|
|
'hostname': '172.19.138.29',
|
2021-05-23 15:41:19 +00:00
|
|
|
'bundles': {
|
|
|
|
'nfs-client',
|
|
|
|
'nodejs',
|
|
|
|
'redis',
|
|
|
|
'postgresql',
|
|
|
|
'paperless-ng',
|
2024-09-08 17:42:27 +00:00
|
|
|
'proftpd',
|
2021-05-23 15:41:19 +00:00
|
|
|
},
|
|
|
|
'groups': {
|
2023-11-12 10:28:40 +00:00
|
|
|
'debian-bookworm',
|
2021-05-23 15:41:19 +00:00
|
|
|
'webserver',
|
|
|
|
},
|
|
|
|
'metadata': {
|
2024-07-12 16:13:43 +00:00
|
|
|
'icinga_options': {
|
|
|
|
'also_affected_by': {
|
|
|
|
'home.nas',
|
|
|
|
},
|
|
|
|
},
|
2021-05-23 15:41:19 +00:00
|
|
|
'interfaces': {
|
2021-08-22 05:13:32 +00:00
|
|
|
'enp1s0': {
|
2021-05-23 15:41:19 +00:00
|
|
|
'ips': {
|
|
|
|
'172.19.138.29/24',
|
|
|
|
},
|
|
|
|
'gateway4': '172.19.138.1',
|
2022-01-04 14:47:05 +00:00
|
|
|
'ipv6_accept_ra': True,
|
2021-05-23 15:41:19 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
'nfs-client': {
|
|
|
|
'mounts': {
|
|
|
|
'nas_paperless': {
|
|
|
|
'mountpoint': '/mnt/paperless',
|
|
|
|
'serverpath': '172.19.138.20:/srv/paperless',
|
|
|
|
'mount_options': {
|
|
|
|
'retry=0',
|
|
|
|
'rw',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'nginx': {
|
|
|
|
'vhosts': {
|
|
|
|
'paperless': {
|
|
|
|
'ssl': '_.home.kunbox.net',
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'paperless': {
|
2024-02-17 03:44:29 +00:00
|
|
|
'domain': 'paperless.home.kunbox.net',
|
2024-09-10 04:15:48 +00:00
|
|
|
'version': 'v2.12.0',
|
2021-05-24 08:23:19 +00:00
|
|
|
'timezone': 'Europe/Berlin',
|
|
|
|
},
|
2022-02-27 11:51:53 +00:00
|
|
|
'postgresql': {
|
2023-12-07 20:07:33 +00:00
|
|
|
'version': 15,
|
2022-02-27 11:51:53 +00:00
|
|
|
},
|
2024-09-08 17:42:27 +00:00
|
|
|
'proftpd': {
|
|
|
|
'restrict-to': {
|
|
|
|
'home.fujitsu-n7100',
|
|
|
|
},
|
|
|
|
},
|
2021-05-24 08:23:19 +00:00
|
|
|
'vm': {
|
|
|
|
'cpu': 2,
|
|
|
|
'ram': 2,
|
2021-05-23 15:41:19 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|