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