nodes/home.nas: use a vlan
This commit is contained in:
parent
f7c85ddd8a
commit
99071bd8ba
1 changed files with 2 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
nodes['home.nas'] = {
|
nodes['home.nas'] = {
|
||||||
'hostname': '172.19.138.90',
|
'hostname': '172.19.138.20',
|
||||||
'bundles': {
|
'bundles': {
|
||||||
'backup-server',
|
'backup-server',
|
||||||
'nfs-server',
|
'nfs-server',
|
||||||
|
@ -9,12 +9,7 @@ nodes['home.nas'] = {
|
||||||
'groups': set(),
|
'groups': set(),
|
||||||
'metadata': {
|
'metadata': {
|
||||||
'interfaces': {
|
'interfaces': {
|
||||||
'eno1': {
|
'br0.42': {
|
||||||
'ips': {
|
|
||||||
'172.19.138.90/24',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'br0': {
|
|
||||||
'ips': {
|
'ips': {
|
||||||
'172.19.138.20/24',
|
'172.19.138.20/24',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue