You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
__init__.py Transition inventory into plugins (#23001) 8 years ago
data.py Temporary (#31677) 7 years ago
group.py set _hosts on access if None (#31111) 7 years ago
helpers.py Transition inventory into plugins (#23001) 8 years ago
host.py revert ocalhost getting 'all' vars (#31425) 7 years ago
manager.py add inventory caching & use in virtualbox inventory plugin (#34510) 7 years ago