anyone know why this curl command passes the host_config_key but not the extra_vars?
curl -f -k -H ‘Content-Type: application/json’ -XPOST -d ‘{“host_config_key”: “00000000-0000-0000”, “extra_vars”: “{"ansible_variable": "some_value"}”}’ https://awxserver.somedomain.com:443/api/v2/job_templates/00/callback/
Thanks,
Anyone have any ideas? I have ‘prompt at launch’ setup on the AWX job template.
sivel
(sivel)
3
You may want to try the AWX mailing list instead: https://groups.google.com/forum/#!forum/awx-project
Typically speaking, this list is solely for the purpose of discussing ansible proper.
Awesome! My apologies, I was not aware of the AWX group.
Thank you and I’ll try there,