ansible/lib/ansible/inventory
Sloane Hertel 4a1cc661c4 add inventory caching & use in virtualbox inventory plugin (#34510)
* Inventory caching

* Add inventory caching for virtualbox

* Don't populate cache for virtualbox with stdout, use a dict of inventory instead

* Fix error creating the cache dir if it doesn't exist

* Keep cache default False and set to True in VariableManager __init__

* Check all groups before determining if a host is ungrouped.
2018-01-22 19:33:14 -05:00
..
__init__.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
data.py Temporary (#31677) 2018-01-15 21:15:04 -08:00
group.py set _hosts on access if None (#31111) 2017-10-03 08:59:05 -07:00
helpers.py Transition inventory into plugins (#23001) 2017-05-23 17:16:49 -04:00
host.py revert ocalhost getting 'all' vars (#31425) 2017-10-06 19:11:00 -04:00
manager.py add inventory caching & use in virtualbox inventory plugin (#34510) 2018-01-22 19:33:14 -05:00