How can I reference another variable within group_vars files?
Specifically, I have a bunch of RFC1918-style (loopback internal like
192.168.1.1) IP addresses for things that are referenced all over the
place. Depending on the environment, those addresses are different
(test/dev, production) and I can't simply use DNS lookups.
I'm aware of ansible's precedence [1] but this is more about *when*
these files get processed, and whether they're handled as a gorup, or in
separate passes.
# group_vars/all.yml