From d1b9ca44278a5e5326d5059612df7f24b3ba70f3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 8 Oct 2013 08:36:48 -0400 Subject: [PATCH] Add documentation about how passwords are generated. --- system/user | 1 + 1 file changed, 1 insertion(+) diff --git a/system/user b/system/user index 46a2a35c14d..fe13cd60486 100644 --- a/system/user +++ b/system/user @@ -78,6 +78,7 @@ options: - Optionally set the user's password to this crypted value. See the user example in the github examples directory for what this looks like in a playbook. + - Passwords values can be generated with "openssl passwd -salt -1 " state: required: false default: "present"