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/plugins/cache
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 add inventory caching & use in virtualbox inventory plugin (#34510) 7 years ago
base.py Collated PEP8 fixes (#25293) 7 years ago
jsonfile.py Port ansible doc for plugins to use DOCUMENTATION variables 7 years ago
memcached.py Port ansible doc for plugins to use DOCUMENTATION variables 7 years ago
memory.py Port ansible doc for plugins to use DOCUMENTATION variables 7 years ago
mongodb.py mongodb cache plugin (#34414) 7 years ago
pickle.py Port ansible doc for plugins to use DOCUMENTATION variables 7 years ago
redis.py Fix flush_cache on redis cache 7 years ago
yaml.py Port ansible doc for plugins to use DOCUMENTATION variables 7 years ago