summaryrefslogtreecommitdiffstats
path: root/roles/network/vars/archlinux.yml
AgeCommit message (Collapse)AuthorFilesLines
2026-02-26Remove auto-starting iwd, it's managed by network manager (as backend)Ahmed Abdelhalim1-1/+0
2026-02-26Fix network to work on mac tooAhmed Abdelhalim1-0/+3
This migrates away from using the default wpa-supplicant, and use iwd instead on all the hosts
2025-09-15Update network role to remove dhcpcd dependencyAhmed Abdelhalim1-2/+0
Fix install on ubuntu not having networking service stated by default on ubuntu
2025-09-03Fix archlinux failureAhmed Abdelhalim1-0/+1
The root causes why the idempotence test to fail is that Docker bridge creation sends netlink events to socket Socket activation starts systemd-networkd.service despite disabled state Idempotence test finds service running when expecting stopped
2025-09-02Add dig and nslookup deps for debugging networking issuesAhmed Abdelhalim1-0/+1
2025-08-16Refactor network role to remove NetworkManager/dhcpcd/networkd conflictAhmed Abdelhalim1-2/+5
2025-08-11Clean up the archlinux network roleAhmed Abdelhalim1-3/+1
2025-08-11Add network roleAhmed Abdelhalim1-0/+11