I have a requirement to get information from an ansible playbook which runs on an external AWX host into ManageIQ.
I am currently able to launch the playbook from Ruby and wait for the task to complete. But I am unable to figure out where to get the GUID for the automate_workspace in order to get Ansible to update the workspace so that I can use the result in Ruby.
The playbook run against a windows server and produces an array which I need inside ruby.
I am currently testing using a custom button, but eventually need to run this as part of a new deployment.
Regards
Fred