summaryrefslogtreecommitdiffstats
path: root/roles/user/README.md
AgeCommit message (Collapse)AuthorFilesLines
2025-12-12Update user role to allow configure a password instead of defaultAhmed Abdelhalim1-2/+4
If no user_password is provided, the behavior remains the same, it uses the default changeme password and requires to be changed for using sudo If a user_password is provided, this hashed password will be used instead of the default and doesn't require changing on first usage of sudo
2025-08-11Fix the debian default login shell for userAhmed Abdelhalim1-0/+1
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-11Add user roleAhmed Abdelhalim1-0/+27