Is there a way to pass inventory directly to a job template?

Hi,

I wanted to do away with custom script and have a cron tab that would collect host information and call the awx job template launch API. Is there way we could supply the host information(inventory file) to the job template. I will have multiple launch of the same job template. We are currently running with “update on launch” and “enable concurrent jobs” on custom script source but since we have a crontab, we might as well move the inventory logic to crontab and simplify awx. The only puzzle left is if we can pass the inventory file to job template launch or any other solution. Open to ideas.

awx-version: 7.0.0 (we are working on migrating to newer version but for now we are stuck with this)
Please let me know if more details are required.

Hi
You can use “Sources” feature inside inventory settings to auto load inventories.

Are you referring to “source from project”? I’m not clear on auto load. Could you please elaborate?
Thanks