Posting question in AWX group
All,I am looking a way to access credentials that are setup in Ansible Tower credentials.
The scenario I am testing is to clone a private git repo. the way I found to pass the username and password are as follows.
Use custom credentials to generate vars which you can then use in your playbooks.
Be sure to use no long on your git step or you may leak your username/password.
-John