mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add hint to use hash filters for password in faq
This commit is contained in:
parent
cf4d436e07
commit
4b58ff7eb5
1 changed files with 3 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue