From 5d35ee84d384d3e757cc1ea2dc9205180f8d7728 Mon Sep 17 00:00:00 2001 From: xpk Date: Wed, 20 Feb 2019 17:40:16 +0800 Subject: [PATCH] doc: updated README --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 26eed93..4afc875 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ URL: https://xpk.headdesk.me/git/xpk/role.users user: name: john group: clientadmin - pwhash: sha512 hash sudoers: yes/no ``` @@ -25,17 +24,9 @@ Create a playbook like this user: name: user1 group: staff - pwhash: "$6$fqpO..." sudoers: yes ``` - -## How to generate pwhash -```mkpasswd -m sha-512``` - -Or genpw.py which generates random password and a hash at the same time. - - ## Tested on - RHEL7 - CentOS7