mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Minor editing of PR#17730
This commit is contained in:
parent
c54b7dc939
commit
eeb4e258f8
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ 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())"
|
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.
|
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.
|
You shouldn't put plaintext passwords in your playbook or host_vars; instead, use :doc:`playbooks_vault` to encrypt sensitive data.
|
||||||
|
|
||||||
.. _commercial_support:
|
.. _commercial_support:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue