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

@ -159,5 +159,6 @@
localuser: "{{ vault_localuser }}"
localuser_pwd: "{{ vault_localuser_pwd }}"
roles:
- lmn_wlan
- role: lmn_wlan_iwd
when: ansible_interfaces | select('search', 'wl.+') | first is defined
- lmn_localuser