-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Jobs #80
Comments
Hi @mattschwen is https://towerlib.readthedocs.io/en/latest/towerlib.entities.html#towerlib.entities.job.JobTemplate.launch what you are looking for? |
The api supported already is fully documented at https://towerlib.readthedocs.io/en/latest/modules.html . |
Hey @costastf this library is awesome and does provide an awesome framework to implement a fully supported python library for the AWX API. The options for launching a job are pretty limited, we should add every option that the AWX CLI supports really. For launching a job that would be the same options as here https://github.com/ansible/awx/blob/devel/awxkit/awxkit/api/pages/job_templates.py#L41 I may want to contribute this, need to see how much work it would take.
|
AWX API Job Templates post options
|
Hi @mattschwen , thanks for the kind words! This library was created based on needs that have been covered. I am really happy that it is useful and I too wish it to be extended but I cannot currently put any time in it. MRs are more than welcome though and contribution will be properly acknowledged if you are willing to help. I can of course help you if you are interested in contributing. |
Hi @mattschwen would you need any help with the above mentioned feature? |
Can you run jobs and retrieve their status with this library? Seems this is just for creating, modifying, and deleting objects. How about running job templates?
The text was updated successfully, but these errors were encountered: