summaryrefslogtreecommitdiffstats
path: root/molecule
AgeCommit message (Collapse)AuthorFilesLines
2026-02-23Add teams role to linux distrosAhmed Abdelhalim4-0/+4
2026-02-22Add gum role for beautiful CLIsAhmed Abdelhalim5-0/+5
Co-Authored-By: claude.ai
2026-02-22Add nvm/nodejs role w/testingAhmed Abdelhalim5-0/+7
2026-02-21Add gnome-evince pdf readerAhmed Abdelhalim5-0/+5
2026-02-21Add image viewer/editor apps to roles w/testingAhmed Abdelhalim5-0/+10
2026-02-19Merge the aur_font in the font role with conditional dependencyAhmed Abdelhalim2-2/+0
2026-02-19Refactor steam to install on ubuntu as wellAhmed Abdelhalim1-1/+0
2026-02-19Refactor steam and ensure nvidia is workingAhmed Abdelhalim4-54/+52
2026-02-18Add the role to install steam on archlinuxAhmed Abdelhalim2-0/+2
2026-02-18Add gnome-calendar role with dependency in waybarAhmed Abdelhalim5-0/+5
2026-02-14Add role to install usbutils (lsusb) on different linux distrosAhmed Abdelhalim5-0/+5
2026-02-12Workaround the ssl failures locally on testingAhmed Abdelhalim1-0/+3
Co-Authored-By: Claude.ai
2026-02-11Ignore converge pre-tasks used for setupAhmed Abdelhalim5-0/+10
2026-02-11Fix the environment warningAhmed Abdelhalim5-20/+0
Adding uv to /usr/local/bin which is already in PATH, removing the need of having environment in the path
2026-02-11Add the refresh pkg mgr pre_task avoid error locally and mimic playbooksAhmed Abdelhalim5-0/+40
2026-02-06Add chromium roleAhmed Abdelhalim5-0/+5
2026-02-06Add claude code install roleAhmed Abdelhalim5-0/+5
2026-02-05Add obsidian role installAhmed Abdelhalim4-0/+4
2026-02-04Add mpv role w/testingAhmed Abdelhalim2-0/+2
2026-02-03Add zoxide role to playbooksAhmed Abdelhalim5-0/+5
2026-01-25Fix nvidia role after renameAhmed Abdelhalim2-2/+2
2026-01-24Revert "Fix PATH environment in testing and playbook to avoid ansible_facts"Ahmed Abdelhalim5-10/+10
This reverts commit 773eae0f1f3a41742708c070487d52f2e99da980.
2026-01-24Fix PATH environment in testing and playbook to avoid ansible_factsAhmed Abdelhalim5-10/+10
2026-01-24Fix ansible_is_chroot in testingAhmed Abdelhalim5-5/+20
2026-01-24Add nvidia driver role w/testingAhmed Abdelhalim2-0/+2
Fix nvidia role for clean installs and make hyprland nvidia env vars conditional - Add nouveau blacklist to prevent driver conflicts - Remove redundant DKMS install task (AUR package handles this automatically) - Fix mkinitcpio MODULES to append nvidia modules instead of overwriting - Add missing initramfs rebuild notification to modprobe.d template - Make hyprland NVIDIA environment variables conditional via hyprland_nvidia flag Co-authored-by: Claude.ai
2026-01-23Fix role nameAhmed Abdelhalim2-2/+2
2026-01-23Add PT-Sans font to both debian and archlinuxAhmed Abdelhalim2-0/+2
The PT-Sans is only available using AUR on archlinux, hence implementing a role for fonts that are installed on arch using AUR
2026-01-22Since wlctl is installed via yay, it's not supported on debian anymoreAhmed Abdelhalim3-3/+0
2026-01-19Add tmux roleAhmed Abdelhalim5-0/+5
2026-01-18Fix font roleAhmed Abdelhalim5-5/+5
2026-01-18Add ag role w/testingAhmed Abdelhalim5-0/+5
2026-01-09Remove systemd cleanup from archlinuxAhmed Abdelhalim3-53/+0
This might be the reason for the pipewire systemctl --user failure
2026-01-09DebugAhmed Abdelhalim1-0/+29
Co-authored-by: claud.ai
2026-01-09Prepare archlinux container to have dbus/systemctl --user scopeAhmed Abdelhalim2-2/+8
Co-authored-by: claud.ai
2026-01-08Add wiremix roleAhmed Abdelhalim2-0/+2
2026-01-08Add brightnessctl role to arch linuxAhmed Abdelhalim2-0/+2
2026-01-08Add pipewire roleAhmed Abdelhalim5-0/+5
2026-01-08Add wlctl role to install impala-like NetworkManager TUIAhmed Abdelhalim5-0/+5
2026-01-07Remove the unneeded dependencies/rolesAhmed Abdelhalim5-7/+0
2026-01-07Add bluetui role to setup bluetooth on arch linuxAhmed Abdelhalim2-0/+2
2026-01-07Add btop roleAhmed Abdelhalim5-0/+5
2026-01-07Add xdg-terminal-exec roleAhmed Abdelhalim5-0/+5
2025-12-22Add man pages role and explicitly install bash on machinesAhmed Abdelhalim5-0/+10
2025-12-13Fix testing archlinux (gnome/hyprland conflict)Ahmed Abdelhalim4-2/+150
Since the setup is intended to use either gnome or hyprland on archlinux but not both on the same machine to avoid complicated and unexpected behavior. This splits the testing of archlinux into 2 different branches for each of the desktop environments
2025-12-12Add initial (basic) hyprland role configurationsAhmed Abdelhalim1-0/+1
2025-12-12Fix testing wrong chroot detection for configure playbookAhmed Abdelhalim4-0/+4
Theory is that when running a normal user on a docker container that is running root user, something triggers that gather_facts thinks that ansible is running in a chroot (while in fact it's just running in a container mimicking a real system that has multiple users) This is a side effect of fixing the issue that caused the splitting of the bootstrap/configure testing. While some roles can't run root and needs to run some user and not root, setting that in the test isn't possible (AFAIK) and therefore we just override the variable
2025-12-11Remove duplicate role testing in raspberry testingAhmed Abdelhalim1-5/+0
2025-12-11Fix the test_group passwordless permission for testingAhmed Abdelhalim8-20/+32
2025-12-11Update the testing to match real scenario (with passwordless test_group)Ahmed Abdelhalim8-0/+20
The passwordless test_group is required to allow switching users without needing to add the password
2025-12-11Restructure the molecule testing to match the playbook structureAhmed Abdelhalim4-23/+69