Include local network configuration for xps
This commit is contained in:
parent
b0c504072a
commit
c45bccdaa1
6 changed files with 40 additions and 7 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue