hi
is there any way to see dump of all used tower varibales?
like “env” or “ansible localhost -m setup”
or is there any webpage where i find the variables?
thank you
hi
is there any way to see dump of all used tower varibales?
like “env” or “ansible localhost -m setup”
or is there any webpage where i find the variables?
thank you
This will be available on the api response for the job: /api/v2/jobs//
t@nks
but i need to get the inventory_id or inventory_name at the runtime of the job.
any suggestions
To repeat:
This will be available on the api response for the job: /api/v2/jobs//
This data structure is also returned to you when you launch a job via the job template launch endpoint.