You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
I see that AWX has a OpenAPI specification that can be built, perhaps the easiest way would be to build that specification and hand it over to the custom API client connector functionality.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue is a request.
I want AWX (or Ansible Tower) API extention.
It will complement the missing functions of awx workflow reasonable.
Swagger documents are as follows.
https://docs.ansible.com/ansible-tower/latest/html/towerapi/api_ref.html
usecase1
Monitor tools (prometheus, zabbix etc) invokes a job template, which means a playbook, through webhook consumer endpoint.
With the extra_vars, it is possible to change the behavior of the job template (such as target nodes and options)
usecase2
In accordance with the job execution result, subsequent processing such as notification and recovery are executed.
The text was updated successfully, but these errors were encountered: