Hello
Currently when running an ansible tower job we get around 3k lines of variables parsed from the morpheus instance.
Is it possible to only parse a selection of variables.
Using variables within custom config just puts the new variables on top of the others.
We currently use a python task to workaround this and map the variables in a specific way and call the tower via api.
But ideally we want to use the available Tower Integration.
Hello @PurpEE, I hope you are well today!
After reviewing, I don’t believe you can select a subset of variables to be passed by the integration.
Similar to the Python Tasks, we make them all available, to ensure the user has access to all the information. Your workaround method is probably the best way, if you are requiring only a specific number of variables be passed via Extra Variables.
If this is an important feature to you, I’d recommend creating an Idea in our Ideas section of the forums.