home.{downloadhelper,paperless}: add ipv6 unique local addresses

This commit is contained in:
Franzi 2024-02-26 07:41:51 +01:00
parent a045e701a6
commit 661d8895dc
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,5 @@
nodes['home.downloadhelper'] = { nodes['home.downloadhelper'] = {
'hostname': '172.19.138.27', 'hostname': 'fd90:2017:0:1138::27',
'bundles': { 'bundles': {
'nfs-client', 'nfs-client',
'transmission', 'transmission',
@ -16,12 +16,16 @@ nodes['home.downloadhelper'] = {
'enp1s0.1138': { 'enp1s0.1138': {
'ips': { 'ips': {
'172.19.138.27/24', '172.19.138.27/24',
'fd90:2017:0:1138::27/64',
}, },
'routes': { 'routes': {
# VPN # VPN
'172.19.128.0/20': { '172.19.128.0/20': {
'via': '172.19.138.1', 'via': '172.19.138.1',
}, },
'fd90:2017::/32': {
'via': 'fd90:2017:0:1138::1',
},
}, },
}, },
}, },
@ -52,6 +56,7 @@ nodes['home.downloadhelper'] = {
}, },
'restrict-to': { 'restrict-to': {
'172.19.136.0/22', '172.19.136.0/22',
'fd90:2017::/32',
}, },
}, },
}, },

View file

@ -1,5 +1,5 @@
nodes['home.paperless'] = { nodes['home.paperless'] = {
'hostname': '172.19.138.29', 'hostname': 'fd90:2017:0:1138::29',
'bundles': { 'bundles': {
'nfs-client', 'nfs-client',
'nodejs', 'nodejs',
@ -16,6 +16,7 @@ nodes['home.paperless'] = {
'enp1s0': { 'enp1s0': {
'ips': { 'ips': {
'172.19.138.29/24', '172.19.138.29/24',
'fd90:2017:0:1138::29/64',
}, },
'gateway4': '172.19.138.1', 'gateway4': '172.19.138.1',
'ipv6_accept_ra': True, 'ipv6_accept_ra': True,