22 lines
284 B
Text
22 lines
284 B
Text
|
[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]
|