Setting up WiFi at Laboratory B using ansible-openwrt
Go to file
Martin Kennedy 29e103a176 feat: netconfig: Allow wifi-iface(s) to remain without ifname
There are certain situations we do not want to set the ifname on a
wifi-ifae, e.g. when navigating bugs related to
hard-setting the `ifname` as we see on DBDC-capable mt76 devices.

Change our wifi-iface setup so that we do not search for devices by
ifname, but instead, by section name (e.g. `labb5` in `config
wifi-iface 'labb5'`).

Also, add an `force_ifnameless` variable to our wifi-iface YAML so
that we can optionally force-empty the ifname field in settings where
we would like to do so. By default (with `force_ifnameless` unset or
false), we will use the same value for the `ifname` option and for the
section name.

Impacts

- You will need to migrate manually by naming your wifi-iface sections
2022-12-19 12:32:07 -05:00
roles feat: netconfig: Allow wifi-iface(s) to remain without ifname 2022-12-19 12:32:07 -05:00
.gitignore labb-wifi: initial commit 2022-07-25 22:28:57 -04:00
ansible.cfg labb-wifi: initial commit 2022-07-25 22:28:57 -04:00
authorized_keys labb-wifi: initial commit 2022-07-25 22:28:57 -04:00
inventory.yml feat: Add hosts: ap3285i4.lan, mr16_4.lan 2022-08-27 21:32:14 -04:00
wireless-setup.yml feat: Configure network-specific packages 2022-08-06 22:51:11 -04:00