does anyone know if it is possible to pass an inventory (the actual list of servers) in a POST's payload when launching a job on Ansible tower via the API?
Thanks Wojtek
I could not find any reference about it in the documentation. The only option I can think of now is using inventory plugins or add_host module and build the inventory leveraging the same logic that would be used in the external job calling API. However that will not necessarily mimic what I need as I need to exec multiple seperate jobs with inventory in each being nodes of the same cluster.