aboutsummaryrefslogtreecommitdiffstats
path: root/roles/users/templates
AgeCommit message (Collapse)Author
2020-06-01users: add support for jumponly usersEmil Renner Berthing
2019-01-13users: add more flexible user managementEmil Renner Berthing
Now user data is in roles/users/defaults/main.yml and each server should have a hash like this users: 'foo': sudo 'bar': true 'baz': false #'qux': false This means the user foo will be created with sudo access, the user bar will be created without sudo access, while baz and qux will be removed.
2018-09-30users: root: let each user have their own root bashrcEmil Renner Berthing
2018-09-26users: merge root_env into this roleEmil Renner Berthing