home.nas: rotate all the vlans
This commit is contained in:
parent
317a3df11d
commit
f6da1f6d71
1 changed files with 4 additions and 12 deletions
|
@ -18,7 +18,7 @@ nodes['home.nas'] = {
|
|||
},
|
||||
'metadata': {
|
||||
'interfaces': {
|
||||
'br42': {
|
||||
'br1138': {
|
||||
'ips': {
|
||||
'172.19.138.20/24',
|
||||
},
|
||||
|
@ -148,23 +148,15 @@ nodes['home.nas'] = {
|
|||
},
|
||||
},
|
||||
'systemd-networkd': {
|
||||
'bonds': {
|
||||
'bond0': {
|
||||
'match': {
|
||||
'enp8*',
|
||||
'enp9*',
|
||||
},
|
||||
},
|
||||
},
|
||||
'bridges': {
|
||||
'br0': {
|
||||
'match': {
|
||||
'bond0',
|
||||
'enp1s0',
|
||||
},
|
||||
},
|
||||
'br42': {
|
||||
'br1138': {
|
||||
'match': {
|
||||
'br0.42',
|
||||
'br0.1138',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue