Adding documentation for ask_vault_pass usage in ansible.cfg

This commit is contained in:
Carlos A. Carnero Delgado 2015-08-10 13:25:00 -04:00
commit 7bdaac7f63
2 changed files with 10 additions and 1 deletions

View file

@ -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