mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-12 00:54:22 -07:00
Merge pull request #9025 from sivel/doc-vault-password-file
Document vault_password_file in intro_configuration
This commit is contained in:
commit
b9a1b0f088
1 changed files with 23 additions and 0 deletions
|
@ -237,6 +237,15 @@ different locations::
|
||||||
|
|
||||||
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
|
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
|
||||||
|
|
||||||
|
.. _force_color:
|
||||||
|
|
||||||
|
force_color
|
||||||
|
===========
|
||||||
|
|
||||||
|
This options forces color mode even when running without a TTY::
|
||||||
|
|
||||||
|
force_color = 1
|
||||||
|
|
||||||
.. _forks:
|
.. _forks:
|
||||||
|
|
||||||
forks
|
forks
|
||||||
|
@ -548,6 +557,20 @@ different locations::
|
||||||
|
|
||||||
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
|
Most users will not need to use this feature. See :doc:`developing_plugins` for more details
|
||||||
|
|
||||||
|
|
||||||
|
.. _vault_password_file:
|
||||||
|
|
||||||
|
vault_password_file
|
||||||
|
===================
|
||||||
|
|
||||||
|
.. versionadded:: 1.7
|
||||||
|
|
||||||
|
Configures the path to the Vault password file as an alternative to specifying ``--vault-password-file`` on the command line::
|
||||||
|
|
||||||
|
vault_password_file = /path/to/vault_password_file
|
||||||
|
|
||||||
|
As of 1.7 this file can also be a script. If you are using a script instead of a flat file, ensure that it is marked as executable, and that the password is printed to standard output. If your script needs to prompt for data, prompts can be sent to standard error.
|
||||||
|
|
||||||
.. _paramiko_settings:
|
.. _paramiko_settings:
|
||||||
|
|
||||||
Paramiko Specific Settings
|
Paramiko Specific Settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue