Skip to content

woodblog

musings from a spun mind

AWX Job Search Utility

https://github.com/woodbb/awx-job-search

One of the frustrations that I have had for years is trying to find AWX/Ascender/AAP jobs based on extra_var (or artifacts set via set_stats) key/value pairs. This application was created to query the AWX/Ascender/AAP REST API endpoint to gather all extra_var keys and allow searching for values for those keys. It has the added bonus of creating a dropdown in the value input box of every value found (in the selected date range).

If you have an endpoint to query handy, feel free to run it locally on your docker runtime by testing it with ./run-dev.sh.