Hi All,
Thank you for taking a look at my post.
I'm trying to figure out if there is a better way to have Ansible authenticate with Azure when running playbooks. Right now, I've got a service principle set in my .azure/credentials section which works fine, but introduces security concerns. The alternative is using Azure AD, but that seems to need your password in clear text.
The only solution I can think of is to write a bash script which will create a short lived RBAC Service Principle and export the values to my enviromental variables, run the play-book then get rid of it all.
Please somebody tell me there is a magicial way which will work with my az login?
Thanks,
Steve