Hi,
I'm researching ways to integrate hashicorp vault with AWX.
I did go through
https://www.ansible.com/blog/ansible-tower-feature-spotlight-custom-credentials
and
https://www.hashicorp.com/blog/authenticating-applications-with-vault-approle
but there's a bit of disconnect (from my perspective) between those
samples and real life. Is anybody using such combination in real life?
Can you share details of implementation?
What I'm struggling with is how to glue together AWX's custom
credentials, and AppRole auth type with Vault (or should I *not* use
AppRole?) in the most Ansible-esque way. I see that I can bypass being
ansible-friendly and just use "url" module to interact with vault, but
that doesn't sound like a viable solution (short of building our own
module). Any real-life example are greatly appreciated.