mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Adding documentation for ask_vault_pass usage in ansible.cfg
This commit is contained in:
parent
d35b956900
commit
7bdaac7f63
2 changed files with 10 additions and 1 deletions
|
@ -115,6 +115,15 @@ sudoing. The default behavior is also no::
|
|||
|
||||
Users on platforms where sudo passwords are enabled should consider changing this setting.
|
||||
|
||||
.. _ask_vault_pass:
|
||||
|
||||
ask_vault_pass
|
||||
==============
|
||||
|
||||
This controls whether an Ansible playbook should prompt for the vault password by default. The default behavior is no::
|
||||
|
||||
ask_vault_pass=True
|
||||
|
||||
.. _bin_ansible_callbacks:
|
||||
|
||||
bin_ansible_callbacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue