Create generic wlan role

When implementing different wlan authentication modes (PSK/802-1x), we
have to separate general wlan stuff in one generic role.
This commit is contained in:
Raphael Dannecker 2025-02-27 12:28:21 +01:00
parent 72340155ed
commit 843289d2c2
2 changed files with 31 additions and 0 deletions

View file

@ -353,6 +353,7 @@
when: ansible_interfaces | select('search', 'wl.+') | first is defined
- role: lmn_localuser
when: "'teacherlaptop' not in group_names"
- role: lmn_wlan
- role: lmn_wlan_8021x
tags:
- never