Configure iwd and networkd on linux.
I am no longer doing the bonded device because it was more trouble than it was worth.
This commit is contained in:
5
ansible/roles/network/files/10-wired.network
Normal file
5
ansible/roles/network/files/10-wired.network
Normal file
@@ -0,0 +1,5 @@
|
||||
[Match]
|
||||
Name=en*
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
11
ansible/roles/network/files/main.conf
Normal file
11
ansible/roles/network/files/main.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
[Network]
|
||||
EnableIPv6=true
|
||||
# NameResolvingService=resolvconf
|
||||
NameResolvingService=systemd
|
||||
|
||||
[General]
|
||||
EnableNetworkConfiguration=True
|
||||
# route_priority_offset=300
|
||||
|
||||
[Scan]
|
||||
DisablePeriodicScan=true
|
||||
Reference in New Issue
Block a user