Releases: RiotKit/ansible-advanced-user-role
Releases · RiotKit/ansible-advanced-user-role
Passwordless sudo support
This release brings per-user attribute support sudo_without_password: yes
- setting it to true will cause to add user to a group sudonopasswd
instead of sudo
group. In result the sudo su
and sudo -u otheruser
will be without prompting for a password.
Useful for users used for automatic deployments.
Jails, inline SSH keys
v1.1 Added known_hosts support
First stable version
Features:
- Creating new users
- Blocking/unblocking accounts
- ZSH shell with oh-my-zsh preinstalled for each user
- Easy to maintain, clear syntax, it's possible to create a eg. users.yml file that could be included into variable "users" to give admins clear view on what users accounts are on the server
- One technical account (main technical account)
- All users created and connected with a group
- A group can be configured to allow sudo only on specified file (eg. for project management)
- Global sudo allow/disallow per user