ansible-runner icon indicating copy to clipboard operation
ansible-runner copied to clipboard

Improve password metadata files

Open matburt opened this issue 7 years ago • 2 comments
trafficstars

matburt avatar Mar 01 '18 18:03 matburt

Can you provide details for this please?

cdvv7788 avatar Jul 03 '18 22:07 cdvv7788

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.

matburt avatar Jul 11 '18 16:07 matburt