From 48f97e16e9271cffe0e7caf58a211e6276366122 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 8 Oct 2013 08:38:51 -0400 Subject: [PATCH] Add doc about password generation for user modules in the FAQ. --- docsite/latest/rst/faq.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docsite/latest/rst/faq.rst b/docsite/latest/rst/faq.rst index cd92e3b2a7..17653ee082 100644 --- a/docsite/latest/rst/faq.rst +++ b/docsite/latest/rst/faq.rst @@ -177,6 +177,15 @@ Ansible 1.4 will also make remote environment variables available via facts in t {{ 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 -1 + .. _commercial_support: Can I get training on Ansible or find commercial support?