Implement systemd-networkd and iwd for WLAN connection.

This commit is contained in:
Andreas B. Mundt 2023-10-26 08:11:44 +02:00
parent 7dfe195716
commit a057159c24
4 changed files with 62 additions and 1 deletions

View file

@ -1,21 +0,0 @@
[connection]
id=FVS-devices
type=wifi
interface-name={{ ansible_interfaces | select('search', 'wl.+') | first }}
[wifi]
mode=infrastructure
ssid=FVS-devices
[wifi-security]
key-mgmt=wpa-psk
psk={{ wifipasswd }}
[ipv4]
method=auto
[ipv6]
addr-gen-mode=default
method=auto
[proxy]