Ansible User Management Role

A simple to use Ansible user management role made by me.

GitHub repository: galexrt/ansible-usersmgt. Ansible Galaxy: here


This is an Ansible role for user management that I have created. Currently has the following features:

  • SSH key management (currently fixed ssh key directory /etc/ssh/authorized_keys, is on the roadmap).
  • Creation and removal of:
    • Groups
    • Users
  • Additional fine tunning through only_on_hosts and not_on_hosts lists possible.

Examples

This is the EXAMPLES.md from the repository.


If you have any feedback or ideas for improvements, feel free to leave it in the comments or create an issue or pull request on GitHub. :)

Have Fun!