Hello,

I am running ansible 2.0.2 on Ubuntu 14.04. I have several vaulted 
host-specific or group-specific files in host_vars or group_vars, so 
whenever I run "ansible-playbook", I pass the "--ask-vault" option. I 
noticed some odd behavior - if I run with "--ask-vault" and strace the 
"ansible-playbook" process, I see that it needs to read (and thus decrypt 
if vaulted) ALL of the files in host_vars and group_vars, not just the 
host_vars/myhost or host_vars/mygroup specific files that apply to the 
hosts I'm running on (as defined in the inventory file). How can I 
configure ansible to only read the specific host_vars and group_vars files 
that it needs, rather than this entire directory every time? Because it is 
reading every file, it takes a lot longer (since it has to decrypt all of 
the vault files, even ones that aren't used).

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/185eb7ef-991c-48c6-8253-ad2a0dfc4d9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to