Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-13 | users: add more flexible user management | Emil 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. |