nodes/kunsi-t470: add a bridge on ethernet to be able to use vms
This commit is contained in:
parent
1b70a4247c
commit
611954e199
1 changed files with 8 additions and 1 deletions
|
@ -25,7 +25,7 @@ nodes['kunsi-t470'] = {
|
|||
},
|
||||
},
|
||||
'interfaces': {
|
||||
'enp0s31f6': {
|
||||
'br0': {
|
||||
'dhcp': True,
|
||||
'use_dhcp_domains': True,
|
||||
'send_hostname': False,
|
||||
|
@ -66,6 +66,13 @@ nodes['kunsi-t470'] = {
|
|||
},
|
||||
'systemd-networkd': {
|
||||
'enable-resolved': True,
|
||||
'bridges': {
|
||||
'br0': {
|
||||
'match': {
|
||||
'enp0s31f6',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
'users': {
|
||||
'kunsi': {
|
||||
|
|
Loading…
Reference in a new issue