/gist:fcca30f11bcaa2d1c52f Secret
Created
December 1, 2015 21:57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -f -k -H 'Content-Type: application/json' -XPOST \ | |
-d '{"extra_vars": "{\"foo\": \"bar\"}"}' \ | |
--user admin:awxsecret http://192.168.42.100/api/v1/job_templates/1/launch/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment