AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Customer would like to be able to configure more of the webhook notification:
configure the HTTP method (most likely POST or PUT)
body of the outgoing request
configure authentication (basic auth being the most likely).
Currently, the ServiceNow API, it expects HTTP requests to be in a certain format with certain fields. Customer would like if ansible could support that. This could potentially be used with many APIs, not just ServiceNow.
ISSUE TYPE
SUMMARY
Customer would like to be able to configure more of the webhook notification:
Currently, the ServiceNow API, it expects HTTP requests to be in a certain format with certain fields. Customer would like if ansible could support that. This could potentially be used with many APIs, not just ServiceNow.
Related: #79