Login
Remember
Register
Ask a Question
Explain what is ask_vault_pass?
0
votes
asked
Nov 5, 2019
in
Ansible
by
Robin
Explain what is ask_vault_pass?
ask-vault
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 5, 2019
by
rajeshsharma
Using this control we can determine whether Ansible Playbook should prompt a password for the vault password by default. As usual, the default behavior is no
ask_vault_pass= True
...