Include local network configuration for xps
This commit is contained in:
parent
b0c504072a
commit
c45bccdaa1
6 changed files with 40 additions and 7 deletions
|
|
@ -1,6 +0,0 @@
|
|||
[Match]
|
||||
MACAddress=98:2c:bc:e3:ff:bc
|
||||
|
||||
[Network]
|
||||
DHCP=true
|
||||
RequiredForOnline=true
|
||||
15
templates/personal/xps/network/wlan0-local.network.j2
Normal file
15
templates/personal/xps/network/wlan0-local.network.j2
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
[Match]
|
||||
MACAddress={{ wireless_interface_mac }}
|
||||
SSID={{ local_network_ssid }}
|
||||
|
||||
[Network]
|
||||
Address={{ local_network_address }}
|
||||
DNS={{ local_network_dns }}
|
||||
Gateway={{ local_network_gateway }}
|
||||
DHCP=no
|
||||
RequiredForOnline=yes
|
||||
|
||||
[Link]
|
||||
MulticastDNS=yes
|
||||
7
templates/personal/xps/network/wlan0.link.j2
Normal file
7
templates/personal/xps/network/wlan0.link.j2
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
[Match]
|
||||
MACAddress={{ wireless_interface_mac }}
|
||||
|
||||
[Link]
|
||||
Name={{ wireless_interface }}
|
||||
6
templates/personal/xps/network/wlan0.network.j2
Normal file
6
templates/personal/xps/network/wlan0.network.j2
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[Match]
|
||||
MACAddress={{ wireless_interface_mac }}
|
||||
|
||||
[Network]
|
||||
DHCP=yes
|
||||
RequiredForOnline=yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue