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

@ -7,6 +7,7 @@ collections_path = $PWD/galaxy_collections
inventory = ./hosts
become_ask_pass = True
interpreter_python = auto
vault_password_file = ./vault-pass.sh
[ssh_connection]
pipelining = True