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',
|
|
|
|
},
|
|
|
|
'groups': {
|
2023-11-12 11:28:40 +01:00
|
|
|
'debian-bookworm',
|
2021-05-23 17:41:19 +02:00
|
|
|
'webserver',
|
|
|
|
},
|
|
|
|
'metadata': {
|
|
|
|
'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-04-09 06:03:11 +02:00
|
|
|
'version': 'v2.7.2',
|
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
|
|
|
},
|
2021-05-24 10:23:19 +02:00
|
|
|
'vm': {
|
|
|
|
'cpu': 2,
|
|
|
|
'ram': 2,
|
2021-05-23 17:41:19 +02:00
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|