summaryrefslogtreecommitdiffstats
path: root/roles/network/vars/debian.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-02Add dig and nslookup deps for debugging networking issuesAhmed AbdelHalim1-1/+1
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 AbdelHalim1-1/+9
2025-08-16Fix conflicting NetworkManger/systemd-networkdAhmed AbdelHalim1-1/+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 AbdelHalim1-0/+13