2021-05-23 17:41:19 +02:00
|
|
|
nodes['home.paperless'] = {
|
2024-02-29 07:40:36 +01:00
|
|
|
'hostname': '172.19.138.29',
|
2021-05-23 17:41:19 +02:00
|
|
|
'bundles': {
|
|
|
|
'nfs-client',
|
|
|
|
'nodejs',
|
|
|
|
'redis',
|
|
|
|
'postgresql',
|
|
|
|
'paperless-ng',
|
2024-09-08 19:42:27 +02:00
|
|
|
'proftpd',
|
2021-05-23 17:41:19 +02:00
|
|
|
},
|
|
|
|
'groups': {
|
2023-11-12 11:28:40 +01:00
|
|
|
'debian-bookworm',
|
2021-05-23 17:41:19 +02:00
|
|
|
'webserver',
|
|
|
|
},
|
|
|
|
'metadata': {
|
2024-07-12 18:13:43 +02:00
|
|
|
'icinga_options': {
|
|
|
|
'also_affected_by': {
|
|
|
|
'home.nas',
|
|
|
|
},
|
|
|
|
},
|
2021-05-23 17:41:19 +02:00
|
|
|
'interfaces': {
|
2021-08-22 07:13:32 +02:00
|
|
|
'enp1s0': {
|
2021-05-23 17:41:19 +02:00
|
|
|
'ips': {
|
|
|
|
'172.19.138.29/24',
|
|
|
|
},
|
|
|
|
'gateway4': '172.19.138.1',
|
2022-01-04 15:47:05 +01:00
|
|
|
'ipv6_accept_ra': True,
|
2021-05-23 17:41:19 +02: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 04:44:29 +01:00
|
|
|
'domain': 'paperless.home.kunbox.net',
|
2024-10-28 16:17:16 +01:00
|
|
|
'version': 'v2.13.0',
|
2021-05-24 10:23:19 +02:00
|
|
|
'timezone': 'Europe/Berlin',
|
|
|
|
},
|
2022-02-27 12:51:53 +01:00
|
|
|
'postgresql': {
|
2023-12-07 21:07:33 +01:00
|
|
|
'version': 15,
|
2022-02-27 12:51:53 +01:00
|
|
|
},
|
2024-09-08 19:42:27 +02:00
|
|
|
'proftpd': {
|
|
|
|
'restrict-to': {
|
|
|
|
'home.fujitsu-n7100',
|
|
|
|
},
|
|
|
|
},
|
2021-05-24 10:23:19 +02:00
|
|
|
'vm': {
|
|
|
|
'cpu': 2,
|
|
|
|
'ram': 2,
|
2021-05-23 17:41:19 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|