summaryrefslogtreecommitdiff
path: root/roles/unix_users/defaults/main.yml
AgeCommit message (Collapse)AuthorFilesLines
2020-10-21unix_users: drop obsolete authkeys_dir variable, bump versionLars Wirzenius1-17/+0
Also, document the variables in the subplot.
2020-10-10feat(unix_users): user MUST declare compat version they wantLars Wirzenius1-0/+6
2017-12-13Add: password field for users in unix_usersLars Wirzenius1-0/+4
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 fields for unix_users list itemsLars Wirzenius1-1/+10
2017-04-12Add a role to create Unix system usersLars Wirzenius1-0/+21
Including setting authorized_keys, and passwordless sudo access.