home.{downloadhelper,paperless}: add ipv6 unique local addresses
This commit is contained in:
parent
a045e701a6
commit
661d8895dc
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
nodes['home.downloadhelper'] = {
|
||||
'hostname': '172.19.138.27',
|
||||
'hostname': 'fd90:2017:0:1138::27',
|
||||
'bundles': {
|
||||
'nfs-client',
|
||||
'transmission',
|
||||
|
@ -16,12 +16,16 @@ nodes['home.downloadhelper'] = {
|
|||
'enp1s0.1138': {
|
||||
'ips': {
|
||||
'172.19.138.27/24',
|
||||
'fd90:2017:0:1138::27/64',
|
||||
},
|
||||
'routes': {
|
||||
# VPN
|
||||
'172.19.128.0/20': {
|
||||
'via': '172.19.138.1',
|
||||
},
|
||||
'fd90:2017::/32': {
|
||||
'via': 'fd90:2017:0:1138::1',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
@ -52,6 +56,7 @@ nodes['home.downloadhelper'] = {
|
|||
},
|
||||
'restrict-to': {
|
||||
'172.19.136.0/22',
|
||||
'fd90:2017::/32',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
nodes['home.paperless'] = {
|
||||
'hostname': '172.19.138.29',
|
||||
'hostname': 'fd90:2017:0:1138::29',
|
||||
'bundles': {
|
||||
'nfs-client',
|
||||
'nodejs',
|
||||
|
@ -16,6 +16,7 @@ nodes['home.paperless'] = {
|
|||
'enp1s0': {
|
||||
'ips': {
|
||||
'172.19.138.29/24',
|
||||
'fd90:2017:0:1138::29/64',
|
||||
},
|
||||
'gateway4': '172.19.138.1',
|
||||
'ipv6_accept_ra': True,
|
||||
|
|
Loading…
Reference in a new issue