Read vault password from bitwarden instead of filesystem

https://theorangeone.net/posts/ansible-vault-bitwarden/
This commit is contained in:
Jake Howard
2021-12-20 17:25:18 +00:00
parent b50659ab5d
commit 9e473265a5
5 changed files with 6 additions and 3 deletions

View File

@ -4,4 +4,4 @@ set -ex
cd ansible/
time ansible-playbook main.yml -K --vault-password-file .vault_pass $@
time ansible-playbook main.yml -K $@