Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #271 - Add ask_vault_pass config setting #321

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

swalkinshaw
Copy link
Member

Setting ask_vault_pass to true will make Ansible always prompt for the Vault password instead of reading it from the vault_pass_file (specific in ansible.cfg).

This is done by setting the ANSIBLE_ASK_VAULT_PASS environment variable to true.

Setting `ask_vault_pass` to true will make Ansible always prompt for the
Vault password _instead_ of reading it from the `vault_pass_file`
(specific in `ansible.cfg`).

This is done by setting the `ANSIBLE_ASK_VAULT_PASS` environment variable to `true`.
@swalkinshaw swalkinshaw merged commit d1f6e6f into master Sep 18, 2022
@swalkinshaw swalkinshaw deleted the add-config-setting-for-ask-vault-pass branch September 18, 2022 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant