aboutsummaryrefslogtreecommitdiffstats
path: root/roles/users/defaults/main.yml
AgeCommit message (Collapse)Author
2021-06-01users: esmil: remove old ssh keysEmil Renner Berthing
2020-06-01users: rasmis: addedEmil Renner Berthing
Add Rasmus so he can jump to the foodputer and read out the drinkomatic database.
2020-06-01users: esmil: add stitch key and update .bashrcEmil Renner Berthing
2020-03-20users: graffen: addedJesper Hess Nielsen
2019-10-05users: esmil: update keys and bashrcEmil Renner Berthing
2019-05-13users: esmil: add matahari keyEmil Renner Berthing
2019-02-10users: max: addedmax
2019-02-09users: signout: update ssh keysEmil Renner Berthing
2019-01-29users: richard: addedRichard42Graham
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-10-09users: make user groups configurableEmil Renner Berthing
On the doorputer we want to put every user in both the dialout group and the sudo group