summaryrefslogtreecommitdiff
path: root/roles/unix_users/tasks/main.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-11-08feat(unix_users): allow a user to be added to extra groupsLars Wirzenius1-1/+8
2020-10-21unix_users: drop obsolete authkeys_dir variable, bump versionLars Wirzenius1-9/+2
Also, document the variables in the subplot.
2020-10-10test(sane_debian_system): add subplot scenariosLars Wirzenius1-1/+1
2020-10-10feat(unix_users): user MUST declare compat version they wantLars Wirzenius1-0/+5
2018-05-30Fix: drop jinja2 templating from a "when:"Lars Wirzenius1-1/+1
2017-12-16Fix: only set password if one is givenLars Wirzenius1-1/+7
Previously this would set the encrypted password to xxx which means authn never works. I'm so stupid that the only reason I breathe is because my body doesn't let me have a vote in the matter.
2017-12-13Add: password field for users in unix_usersLars Wirzenius1-0/+1
This is for an _encrypted_ password. Sometimes it's necessary to have one, and just ssh key access isn't enough. Say, IMAP users.
2017-12-06Add: new way of installined authorized_keysLars Wirzenius1-1/+39
The old way still works, but is ignored unless the authkeys_dir is set explicitly.
2017-04-12Add a role to create Unix system usersLars Wirzenius1-0/+23
Including setting authorized_keys, and passwordless sudo access.