fix some leftover ULA addressing
This commit is contained in:
parent
b34879d0ca
commit
ffc9c1651c
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
nodes['home.downloadhelper'] = {
|
||||
'hostname': 'fd90:2017:0:1138::27',
|
||||
'hostname': '172.19.138.27',
|
||||
'bundles': {
|
||||
'nfs-client',
|
||||
'transmission',
|
||||
|
@ -52,7 +52,6 @@ nodes['home.downloadhelper'] = {
|
|||
},
|
||||
'restrict-to': {
|
||||
'172.19.136.0/22',
|
||||
'fd90:2017::/32',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
nodes['home.paperless'] = {
|
||||
'hostname': 'fd90:2017:0:1138::29',
|
||||
'hostname': '172.19.138.29',
|
||||
'bundles': {
|
||||
'nfs-client',
|
||||
'nodejs',
|
||||
|
|
Loading…
Reference in a new issue