Commit 135f79f3 by Michael DeHaan

Add documentation about how passwords are generated.

parent c69e19c6
...@@ -78,6 +78,7 @@ options: ...@@ -78,6 +78,7 @@ options:
- 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.
- Passwords values can be generated with "openssl passwd -salt <salt> -1 <plaintext>"
state: state:
required: false required: false
default: "present" default: "present"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment