From c412d4bc44443edde314b43616d5078730d8fd4a Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Tue, 12 Jan 2021 11:57:39 +0100
Subject: [PATCH] docker/l3d#74 Move all documentation to devops-tools doc

---
 README.md | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 108ea7b..6ac96c2 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,3 @@
-ansible-user-management
-=======================
+# 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.
+You find all the details in the [full documentation](https://devops-tools.docs.lakedrops.com/ansible/roles/user-management/).
-- 
GitLab