Skip to content

Releases: RiotKit/ansible-advanced-user-role

Passwordless sudo support

23 Mar 06:53
Compare
Choose a tag to compare

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

29 Aug 20:57
Compare
Choose a tag to compare
v1.1

Added known_hosts support

First stable version

24 Sep 05:57
Compare
Choose a tag to compare

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