Hi,
There are two questions on group_vars file:
- Is it possible to include the “ProxyCommand” in the group_vars file instead of my ssh config?
- How to express multiple vars in group_vars file , e.g.
[database]
foo single_var=bar multiple_vars=??
Thanks