Skip to content
Snippets Groups Projects
Commit 9d229d0c authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Update README.md

parent 9f5fbc6a
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,9 @@ ansible-user-management
=======================
Ansible role to manage user accounts on hosts
This projects was triggered by a thread in Google groups (https://groups.google.com/forum/#!topic/ansible-project/chJu26GkPlw) and is in its early stage.
Currently, this role looks into the /etc/passwd file and locks all the users that are not available in a users hash of your Ansible inventory. All others get unlocked.
Locking a user means to lock the user's password (usermod --lock USERNAME) and to remove $HOME/.ssh/authorized_keys to also make sure that those users can no longer get access with their private key.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment