Stop expanding hostvars in ansible inventory

We do not use the data in the expanded hostvars, so it results in a
bunch of completely unneccessary api calls.

Change-Id: I61bb7610e1dc46a6305a1b3f32f19d2e8ee8394c
This commit is contained in:
Monty Taylor 2016-08-13 07:01:59 -05:00
parent 96b0693950
commit b4bd992821
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -1,5 +1,6 @@
ansible:
fail_on_errors: False
expand_hostvars: False
use_hostnames: True
cache:
expiration_time: 86400