Improved the documentation for password generation

This commit is contained in:
Joshua Lund
2014-01-07 18:20:39 -07:00
parent c8bd14925d
commit 3b4f3f8ca3
2 changed files with 14 additions and 4 deletions

View File

@@ -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 <salt> -1 <plaintext>"
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"