I have several AWX job templates/playbooks all based off this one ansible script:
https://github.com/spantaleev/matrix-docker-ansible-deploy
The initial script I use to deploy a server has the variables currently defined in Inventories > ‘Custom_Inventory’ > HOSTS > ‘My_Domain’:
I then have further job templates setup to configure various parts of this service.
It saves input in ‘EXTRA VARIABLES’ of that script, but what I really need is a way to preserve and aggregate answers from these surveys.
At the moment when I upgrade the service (by running the original playbook again) it only applies the Host Variables saved beforehand, not any of the data entered on these surveys.
How can I save these survey variables so they can be applied to the original deployment/update script?
Any guidance/advice would be epic, I'm not sure where to begin on this one. :S