Tag: ansible
-
Nested Variable Inheritance with Ansible: How to use a variable that refers to one of several lists of values
So what do we mean by “nested variable inheritance” anyhow? We mean that we want to use the value of a variable, to refer to another variable which contains a list of values. We’re “inheriting” the name of the list, and then using the values contained in the list when evaluating an expression. In our…