Add documentation about how passwords are generated.

This commit is contained in:
Michael DeHaan 2013-10-08 08:36:48 -04:00
parent 85cd7f7500
commit d1b9ca4427

View file

@ -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 <salt> -1 <plaintext>"
state:
required: false
default: "present"