nodes/kunsi-t470: add a bridge on ethernet to be able to use vms

This commit is contained in:
Franzi 2021-06-11 15:02:03 +02:00
parent 1b70a4247c
commit 611954e199
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 8 additions and 1 deletions

View File

@ -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': {