Merge pull request #5543 from jlund/improved-password-documentation
Improved the documentation for password generation
This commit is contained in:
commit
e88f45e586
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ options:
|
||||||
description:
|
description:
|
||||||
- Optionally set the user's password to this crypted value. See
|
- Optionally set the user's password to this crypted value. See
|
||||||
the user example in the github examples directory for what this looks
|
the user example in the github examples directory for what this looks
|
||||||
like in a playbook.
|
like in a playbook. The `FAQ <http://docs.ansible.com/faq.html#how-do-i-generate-crypted-passwords-for-the-user-module>`_
|
||||||
- Passwords values can be generated with "openssl passwd -salt <salt> -1 <plaintext>"
|
contains details on various ways to generate these password values.
|
||||||
state:
|
state:
|
||||||
required: false
|
required: false
|
||||||
default: "present"
|
default: "present"
|
||||||
|
|
Loading…
Add table
Reference in a new issue