From e0a720b8b220e5279fdfd827b53f78bb47f3e64e Mon Sep 17 00:00:00 2001 From: Joshua Lund Date: Tue, 7 Jan 2014 18:20:39 -0700 Subject: [PATCH] Improved the documentation for password generation --- system/user | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/user b/system/user index 48bcf751716..aa32393bd95 100644 --- a/system/user +++ b/system/user @@ -77,8 +77,8 @@ options: description: - 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 " + like in a playbook. The `FAQ <http://docs.ansible.com/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module>`_ + contains details on various ways to generate these password values. state: required: false default: "present"