Is there any way I get a dynamic list created for a Tower survey?
I have found a hack -
https://github.com/ansible/awx/pull/1408 but this would need me to get a webserver up & running somewhere. Not sure any of my customers would be happy with that idea.
I have created a playbook that can pull the required info I need to create a JSON file with just the options I need displayed in the multiple choice survey, but now I need something similar to the hack 'url' example to get the survey populated.
I know it will be an extra step for my end user, but I will work this into my hand over.
Any ideas from someone out there to fix this issue?
Ideally if i can replace the 'url' example below to point to a JSON file on the Tower Server, I could get my list populated.
Hopefully this makes sense.