summaryrefslogtreecommitdiff
path: root/roles/unix_users/tasks
AgeCommit message (Collapse)AuthorFilesLines
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.