Re: [ansible-project] In a large enviroment, with duplicated stacks, why use group_vars and host_vars instead of vars_files ?

2014-07-24 Thread Luca Carboni
an ha scritto: > > Not understanding the question but we really love group_vars/ and > host_vars/ a lot here. > > vars_files is more like if your play wants to bring in variables for that > specific play, rather than describing info about those hosts. > > > > > On Wed,

[ansible-project] In a large enviroment, with duplicated stacks, why use group_vars and host_vars instead of vars_files ?

2014-07-23 Thread Luca Carboni
Hi all, I'm fine tuning roles for our farm. we started with group_vars and host_vars, but it results dispersive, lot of file in group_vars and more important number of files in host_vars. We changed all to use vars_files, and now we have 2 files, one for credentials and one for all the other v