Hi @ian.whittington and @DDmchk ,
Here is my use case. I use a "global" template to push my GP config out to all NGFWs. There are 7 items that are unique to each NGFW:
Portal interface
Portal IP address*
Portal external GW FQDN*
Gateway interface
Gateway IP address*
Gateway tunnel interface
Gateway IP pool*
It works great. I could use a variable for every item marked with an *. I cannot for the interfaces. Because I cannot use variable, I have to override the template stack configuration for every NGFW (or HA pair). Once overridden, some new configurations have to be added to each template stack configuration many times as opposed to the global configuration once. If I could use variables for the interfaces, I can go back to the configure-once, push-to-all design.
UPDATE: I used variables for the portal agent external gateway configuration, and then I reverted the agent section only in the template stack. Now any agent changes are pushed to all.
Thanks,
Tom
... View more