summaryrefslogtreecommitdiffstats
path: root/roles/network/vars
AgeCommit message (Collapse)AuthorFilesLines
2026-02-26Remove auto-starting iwd, it's managed by network manager (as backend)Ahmed Abdelhalim3-3/+0
2026-02-26Fix network to work on mac tooAhmed Abdelhalim3-0/+9
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 Abdelhalim3-4/+12
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 Abdelhalim2-1/+2
2025-08-21Fix network role to install via chrootAhmed Abdelhalim1-2/+0
The removal of the resolv.conf DNS configuration is required by the wireguard not to have conflicting DNS configuration resolvers between the static system fallback and the NetworkManager resolver (using systemd-resolved) and the VPN DNS
2025-08-19Fix install ubuntu and wifi configsAhmed Abdelhalim1-1/+0
2025-08-16Refactor network role to remove NetworkManager/dhcpcd/networkd conflictAhmed Abdelhalim2-3/+14
2025-08-16Fix conflicting NetworkManger/systemd-networkdAhmed Abdelhalim1-1/+1
2025-08-11Clean up the archlinux network roleAhmed Abdelhalim1-3/+1
2025-08-11Replace avahi with systemd-resolved/systemd-networkdAhmed Abdelhalim1-2/+4
2025-08-11Refactor to simplify debian network roleAhmed Abdelhalim1-7/+2
2025-08-11Add network roleAhmed Abdelhalim2-0/+24