Commit 48f97e16 by Michael DeHaan

Add doc about password generation for user modules in the FAQ.

parent 135f79f3
...@@ -177,6 +177,15 @@ Ansible 1.4 will also make remote environment variables available via facts in t ...@@ -177,6 +177,15 @@ Ansible 1.4 will also make remote environment variables available via facts in t
{{ ansible_env.SOME_VARIABLE }} {{ ansible_env.SOME_VARIABLE }}
.. _user_passwords:
How do I generate crypted passwords for the user module?
++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Crypted password values can be generated as follows::
openssl passwd -salt <salt> -1 <plaintext>
.. _commercial_support: .. _commercial_support:
Can I get training on Ansible or find commercial support? Can I get training on Ansible or find commercial support?
......
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