Gotten something working but run into a security problem.
How and where do you store the username and password securely for these dynamic inventory scripts/programs?
Looking at the contrib/inventory all the .ini files look to store the credentials in clear text.
In my script can I programmatically extend the ansible-vault functionality so I can at least encrypt the .ini file?