summaryrefslogtreecommitdiffstats
path: root/roles/network/vars/debian.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-26 19:35:01 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-26 19:35:01 +0100
commit8eb1bb1bdafa4fa539e179758769324dad6674b4 (patch)
tree840bbf07980630466a1af3f35c904af1793e6b99 /roles/network/vars/debian.yml
parentd3baa3b34b8363eecc5633c03b7206a448af8c25 (diff)
Fix network to work on mac too
This migrates away from using the default wpa-supplicant, and use iwd instead on all the hosts
Diffstat (limited to 'roles/network/vars/debian.yml')
-rw-r--r--roles/network/vars/debian.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/network/vars/debian.yml b/roles/network/vars/debian.yml
index 7b29adda..c3898346 100644
--- a/roles/network/vars/debian.yml
+++ b/roles/network/vars/debian.yml
@@ -3,11 +3,14 @@ network_packages:
- "systemd-resolved"
- "network-manager"
- "dnsutils" # provides dig and nslookup
+ - "iwd"
network_enabled_services:
- "systemd-resolved"
- "NetworkManager"
+ - "iwd"
network_disabled_services:
- "networking"
- "systemd-networkd"
+ - "wpa_supplicant"