ansible-runner
ansible-runner copied to clipboard
Improve password metadata files
trafficstars
Can you provide details for this please?
Sorry it took a while to get back to you here.
Right now, passwords are emitted at prompts and those prompts must be answered by first writing the regular expressions to match them:
https://ansible-runner.readthedocs.io/en/1.0.4/intro.html#env-passwords
What I'd rather have happen is for Runner to intrinsically know what prompts to expect and for the users of Runner to only have to understand the difference between... ssh password vs vault password... as an example.