I am looking for a way to use ansible-vault password required to run a playbook ran with ansible-runner. I did find some doc and advices like this one (which is a pretty old post and I am not quite sure that I can rely on what's advised here) or this one (which is newer but do not provide a consistent answer), but I do not manage to replicate these behaviors.
I also tried the following things :
- to use a password file listed in
ansible.cfg
file under the parametervault_identity_list
- to put this config file at the root of my ansible-runner directory, or inside
/project
directory.