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 -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f00812e7-884c-4afd-9fcb-f3fcbef80eee%40googlegroups.com.
