| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-07-09 | Fix IPv6 direct mode routing for LAN clients | Ahmed Abdelhalim | 5 | -2/+2 | |
| - Remove static network_ipv6_gateway from LAN hosts so they pick up Pi's radvd RA (pref high) instead of FritzBox (pref low) - Add missing ip6tables FORWARD ACCEPT rule for new connections in direct mode (only ESTABLISHED was present, blocking new flows) - Flush ip6tables nat POSTROUTING table on clear instead of fragile per-rule -D deletion to prevent stale rule accumulation | |||||
| 2026-07-08 | Route IPv6 through WireGuard VPN via radvd and static gateway | Ahmed Abdelhalim | 17 | -24/+68 | |
| Add radvd to gateway role to advertise Pi as high-preference IPv6 default router using the stable ULA prefix (fd1e:.../64). With FritzBox also sending RAs, devices end up with ECMP between Pi and FritzBox. To solve this, add network_ipv6_gateway (Pi's link-local) as a static route with metric 100 to all managed hosts — beats RA metric 425, ensuring all IPv6 default traffic goes through Pi. Fix IPv6 MASQUERADE in gateway-apply-rules: - Direct mode: add MASQUERADE on end0 (LAN devices use ULA source addresses not known to FritzBox, so Pi must NAT them) - FORWARD rules: restrict to RELATED,ESTABLISHED only — previously the broad ACCEPT rule passed un-NAT'd packets alongside masqueraded copies, causing duplicate SYNs, conntrack corruption, and RSTs - MASQUERADE/clear rules: match by interface not by source subnet (devices may use any source address, not just the ULA prefix) - VPN mode return traffic: explicitly restrict to wg+→end0 direction Add network_ipv6_gateway var (optional) to network role NM templates (ethernet, wifi, bridge) — injects a static IPv6 default route at metric 100 when set. Add rpi5 static route to FritzBox link-local so Pi keeps IPv6 after FritzBox RA is disabled. Force SSH to IPv4 for *.local hosts (AddressFamily inet) — prevents Ansible from hanging on mDNS returning multiple IPv6 addresses. Update gateway and pihole READMEs with two-step IPv6 setup process. Co-Authored-By: Claude.ai | |||||
| 2026-07-08 | Update gateway/ip configurations for the pi | Ahmed Abdelhalim | 1 | -0/+0 | |
| 2026-07-08 | Fix bridge network treated as new device | Ahmed Abdelhalim | 1 | -1/+1 | |
| 2026-07-08 | Refactor network role | Ahmed Abdelhalim | 9 | -56/+8 | |
| Remove static IPv6 support from network role — all hosts use SLAAC (method=auto). Simplifies NM templates, argument_specs, and resolved.conf. gateway sysctl accept_ra=2 is now unconditional when gateway_enabled. Co-authored-by: Claude.ai | |||||
| 2026-07-08 | Implement a working ipv6 on gateway | Ahmed Abdelhalim | 4 | -3/+58 | |
| 2026-07-08 | Fix install proxmoxer using pip | Ahmed Abdelhalim | 3 | -7/+13 | |
| Using mise or python role broke on other machines so went with the simplest solution for now, it's safe to break the system packages for python as this is not used internally in other ways Also proxmoxer 2+ is needed to work with the proxmox module | |||||
| 2026-07-08 | Update pihole docs | Ahmed Abdelhalim | 1 | -7/+15 | |
| 2026-07-08 | Revert 54ab1be commit change on ipv6 | Ahmed Abdelhalim | 2 | -2/+2 | |
| 2026-07-08 | Revert 524d62e changes on gateway role | Ahmed Abdelhalim | 4 | -73/+5 | |
| 2026-07-07 | Add cgit role with testing of molecule service | Ahmed Abdelhalim | 11 | -0/+220 | |
| 2026-07-07 | Add pve-lxc service provisioning using service.yml and containers group | Ahmed Abdelhalim | 10 | -4/+41 | |
| 2026-07-07 | Fix the proxmox_template linting issue | Ahmed Abdelhalim | 3 | -6/+9 | |
| 2026-07-07 | Remove unneeded GSSAPIAuthentication | Ahmed Abdelhalim | 1 | -1/+0 | |
| 2026-07-07 | Add missing dependencies for the linting | Ahmed Abdelhalim | 1 | -1/+3 | |
| 2026-07-07 | Refactor mise not to use package manager | Ahmed Abdelhalim | 4 | -34/+22 | |
| 2026-07-07 | Enable ipv6 on the rpi | Ahmed Abdelhalim | 4 | -12/+14 | |
| 2026-07-06 | Fix starting the created container | Ahmed Abdelhalim | 1 | -0/+1 | |
| 2026-07-06 | Fix network setup on pve | Ahmed Abdelhalim | 9 | -16/+15 | |
| 2026-07-06 | Fix pve network setup | Ahmed Abdelhalim | 16 | -125/+44 | |
| 2026-07-06 | Use conventional storage name | Ahmed Abdelhalim | 4 | -3/+3 | |
| 2026-07-04 | Add pve-storage and pve-lxc to run containers on pve | Ahmed Abdelhalim | 1 | -0/+20 | |
| 2026-07-04 | Add pve-lxc role to create containers | Ahmed Abdelhalim | 4 | -0/+111 | |
| 2026-07-04 | Add notes about notest tags | Ahmed Abdelhalim | 3 | -2/+10 | |
| 2026-07-04 | Ignore failing tests in containers | Ahmed Abdelhalim | 1 | -0/+3 | |
| 2026-07-03 | Add missing testing vars and roles | Ahmed Abdelhalim | 1 | -0/+4 | |
| 2026-07-03 | Refactor pve roles to create storage separately | Ahmed Abdelhalim | 10 | -27/+66 | |
| 2026-07-03 | Refactor pve and add pve-network role to configure the pve network | Ahmed Abdelhalim | 14 | -14/+170 | |
| 2026-07-03 | Disable unstable ipv6 setup for now | Ahmed Abdelhalim | 11 | -16/+5 | |
| 2026-07-03 | Attempt to enable ipv6 on the network but doesn't work stable enough | Ahmed Abdelhalim | 5 | -12/+76 | |
| 2026-07-03 | Update ethtool to handle laptop lid suspend issues | Ahmed Abdelhalim | 8 | -2/+46 | |
| When using WoL with laptops (ex Lenovo) closing the lid suspends the laptop and breaks WoL, this is to allow configuring the lid behavior | |||||
| 2026-07-03 | Add ethtool and configure interface for pve | Ahmed Abdelhalim | 3 | -0/+60 | |
| 2026-07-03 | Use permanent MAC addresses for ehternet/LAN connections | Ahmed Abdelhalim | 1 | -0/+1 | |
| This prevents FRITZ!Box from messing up the setup when seeing a new mac address on the LAN connections (causing it to block the pi or not able to wake the pve) | |||||
| 2026-07-02 | Add ethtool testing | Ahmed Abdelhalim | 6 | -0/+6 | |
| 2026-07-02 | Add role to install ethtool (Wake-on-LAN) | Ahmed Abdelhalim | 6 | -0/+67 | |
| 2026-07-01 | Add prometheus node exporter to pve | Ahmed Abdelhalim | 2 | -0/+1 | |
| 2026-07-01 | Update the README for gateway and pihole setup with details about ipv6 | Ahmed Abdelhalim | 2 | -17/+67 | |
| 2026-07-01 | Add proxmoxer dependency role | Ahmed Abdelhalim | 4 | -0/+24 | |
| 2026-07-01 | Allow router advertisement on gateway interfaces | Ahmed Abdelhalim | 1 | -0/+3 | |
| 2026-06-30 | Fix ipv6 with examples | Ahmed Abdelhalim | 10 | -0/+15 | |
| 2026-06-30 | Update rpi dns upstreams | Ahmed Abdelhalim | 1 | -0/+0 | |
| 2026-06-30 | Refactor role includes to use more convenient approach | Ahmed Abdelhalim | 1 | -67/+56 | |
| 2026-06-30 | Fix hyprland role and documentation | Ahmed Abdelhalim | 1 | -14/+19 | |
| 2026-06-30 | Disable ipv6 by defaults | Ahmed Abdelhalim | 13 | -17/+2 | |
| Since ipv6 seems to be causing a lot of issues with the new ISP | |||||
| 2026-06-30 | Update pve admin password in example and real configurations | Ahmed Abdelhalim | 2 | -0/+3 | |
| 2026-06-29 | Update configure play names | Ahmed Abdelhalim | 1 | -3/+3 | |
| 2026-06-29 | Move group_vars around and explicitly set group in molecule testing | Ahmed Abdelhalim | 11 | -77/+93 | |
| 2026-06-27 | Add restic role w/testing | Ahmed Abdelhalim | 14 | -0/+50 | |
| 2026-06-27 | Refactor garage role for better stability and defaults | Ahmed Abdelhalim | 6 | -54/+85 | |
| 2026-06-26 | Merge configuration tasks using loops and update defaults | Ahmed Abdelhalim | 3 | -37/+20 | |
