Merge pull request #17730 from davidak/hash

add hint to use hash filters for password in FAQ
This commit is contained in:
scottb 2016-09-23 11:39:38 -07:00 committed by GitHub
commit c54b7dc939

View file

@ -276,6 +276,9 @@ Once the library is ready, SHA512 password values can then be generated as follo
python -c "from passlib.hash import sha512_crypt; import getpass; print sha512_crypt.encrypt(getpass.getpass())"
Use the integrated :ref:`hash_filters` to generate a hashed version of a password.
You shouldn't put plaintext passwords in your playbook or host_vars, better use :doc:`playbooks_vault` to encrypt sensitive data.
.. _commercial_support:
Can I get training on Ansible or find commercial support?