aboutsummaryrefslogtreecommitdiffstats
path: root/roles/users/tasks/ast.yml
AgeCommit message (Collapse)Author
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
2018-09-30users: start user uids from 2000Emil Renner Berthing
This way we shouldn't conflict with existing users. Eg. the 'pi' user on Raspbian
2018-09-30users: prepare for running on other OSesEmil Renner Berthing
2018-09-26Format yaml lists like yaml.orgEmil Renner Berthing
2017-11-12initial commitEmil Renner Berthing