Hello,
I am new to ansible tower. So i need a technical explanation or example how to integrate cloud jira with ansible tower. My situation seems very simple. I have scripts that do the job perfectly. But now I faced this situation that these scripts need to be loaded in AWX, then these scripts need to run only when a button is clicked on the jira page and they need to be executed with the values taken from the jira page.
I had the following questions:
1)where in AWX should these possible scripts be loaded? I created a Project and it has two jobs (two scripts). It seems like everything is fine. Is this my step correct?
2)How to connect those jobs (scripts) to JIRA now? There is a form on the Jira side that will be filled out. This is what I’m interested in, this binding, how to submit the values of the JIRA form to the ansible script?
3) When I used to run ansible scripts without the tower, I used to run them with my user rights. As I understand it, now I need to write the login name to the server in ansible tower or write it to the script. But I don’t really like that part because it would allow ansible tower admin for example to gain access to the servers.
So maybe someone has examples of how they implemented such a project, or can help/explain/lead the way?
Thanks in advance