Commit Graph

5 Commits

Author SHA1 Message Date
7cfb5261ab cleanup: Remove ifname if it's still present in network.interface
This was a pre-21.02 thing. We will instead configure a device for the
network.interface to point to.
2022-07-26 12:43:44 -04:00
d265d2d9f7 feat: wifi-iface: Implement mesh_mode variant
- Use empty 'ssid:' in your template when you want it to be removed but
the mesh_id added

- Add an stp network.device option so mesh loops don't break things
2022-07-26 12:42:33 -04:00
c795ef6189 fix: We must set the wifi-iface's mode
... otherwise it won't work. This is usually AP.
2022-07-26 12:41:16 -04:00
772f1a78fb cleanup: DRY: Merge together VGO AP variations 2022-07-26 12:39:33 -04:00
c7e9c5f5b9 labb-wifi: initial commit
To set up WiFi:

```sh
ap -D -i inventory.yml wireless-setup.yml -e @default_vars.yml --ask-vault-pass
```
2022-07-25 22:28:57 -04:00