Updated "Speeding up Vault Operations" section (#57701)
* Updated "Speeding up Vault Operations" section Co-Authored-By: Alicia Cozine <879121+acozine@users.noreply.github.com>
This commit is contained in:
parent
aeb72dfb06
commit
78f87f2451
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ system keyring.
|
|||
Speeding Up Vault Operations
|
||||
````````````````````````````
|
||||
|
||||
By default, Ansible uses PyCrypto to encrypt and decrypt vault files. If you have many encrypted files, decrypting them at startup may cause a perceptible delay. To speed this up, install the cryptography package:
|
||||
If you have many encrypted files, decrypting them at startup may cause a perceptible delay. To speed this up, install the cryptography package:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue