Hi guys,
- I’m trying to integrate an ansible playbook with my CI/CD tool (GOCD https://www.gocd.org/). It happens I have to pass a complex data structure (a hash with lists of hashes) to it and don’t know how to do it. As almost all information in this hash are secrets and login stuff, I’m trying to get the information from a hashicorp’s vault. Do someone have a tutorial on how to integrate ansible with vault and pass several informations without having to pass it via extra-vars in the command line?
Best regards,