[ansible-project] Re: Load vars directory variables at inventory or playbook level

2014-06-13 Thread Xabier Larrakoetxea
Solved! This was answered by Serge van Ginderachter at the devel list: group_vars/all can also be a directory (and so can be any group or host name) so you could do group_vars/all/normalstuff.yml group_vars/all/vaultencryptedstuff.yml El jueves, 12 de junio de 2014 15:11:41 UTC+2, Xabier

[ansible-project] Load vars directory variables at inventory or playbook level

2014-06-12 Thread Xabier Larrakoetxea
Hi! I think that this is not possible at this moment (I don't know if I'm wrong) I want to load a common variables directory (*vars* for example like in role levels) at playbook or inventory levels so I don't have to set the *include_vars* or *vars_files* in each role or task. I want to do