summaryrefslogtreecommitdiffstats
path: root/roles/user/tasks
AgeCommit message (Collapse)AuthorFilesLines
2025-11-10Enable lingering for userAhmed Abdelhalim1-0/+7
This allows the creation and persisting of the /run/user/UID/ directories required for gpg smart-card forwarding agent.
2025-09-20Migrate to the new loop syntaxAhmed Abdelhalim1-1/+1
2025-09-10Refactor role dependencies to be more module modularAhmed Abdelhalim1-23/+1
This modularity means that each role can be installed in a playbook by itself as long as the other roles exist around it. This also straps the ensure dependency packages exist in any of the roles tasks, they should be moved to their own roles and configured properly if needed.
2025-09-03Fix the user groups to be appendedAhmed Abdelhalim1-1/+1
It's more modular and each role can manage its own group memberships
2025-09-02Add bash as a role and use it in role dependencies when bash is neededAhmed Abdelhalim1-2/+1
2025-08-11Fix the debian default login shell for userAhmed Abdelhalim1-1/+4
This is slightly opinionated on the configurations, but it should be easily changed by the user later on during setup or via some other ansible role.
2025-08-11Refactor playbook to simplify package installs for different OSsAhmed Abdelhalim3-15/+6
2025-08-11Ensure package cache is updated in playbook pre-taskAhmed Abdelhalim2-2/+0
2025-08-11Simplify playbook by requiring the required_for_boot tag on rolesAhmed Abdelhalim3-10/+0
Instead of optimizing for task execution for boot, it's simpler and almost as equally safe (if not even more) to require the role for boot instead of requiring each of it's needed tasks. This will also prevent having internal bugs because a set fact wasn't required for boot and didn't add the info (similar to the fix in commit: 9f72c58)
2025-08-11Fix setting the sudo group for the created userAhmed Abdelhalim1-0/+1
2025-08-11Fix README and linting issuesAhmed Abdelhalim1-0/+2
2025-08-11Fix when running from distro-install playbook and fix testingAhmed Abdelhalim2-0/+2
2025-08-11Add user roleAhmed Abdelhalim3-0/+78