community.general/lib/ansible/plugins/cache
Sloane Hertel cba64f5869 Fix inventory plugin cache + add tests (#38229)
* Fix setting the cache when refresh_cache or --flush-cache are used

* Use jsonify function that handles datetime objects in jsonfile cache plugin

* Don't access self._options directly

* Add initial integration tests for aws_ec2 inventory plugin

* Add CI alias

* Fix and add a few more unit tests

* Add integration tests for constructed

* Fix typo

* Use inventory config templates

* Collect all instances that are not terminated by default

* Create separate playbook for setting up the VPC, subnet, security group, and finding an image for the host

Create a separate playbook for removing the resources

* Allow easier grouping by region and add an example

* use a unified json encode/decode that can handle unsafe and vault
2018-05-24 15:34:54 -04:00
..
__init__.py add inventory caching & use in virtualbox inventory plugin (#34510) 2018-01-22 19:33:14 -05:00
base.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
jsonfile.py Fix inventory plugin cache + add tests (#38229) 2018-05-24 15:34:54 -04:00
memcached.py Correct doc for cache plugin 2018-05-21 13:29:03 -04:00
memory.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
mongodb.py Correct doc for cache plugin 2018-05-21 13:29:03 -04:00
pickle.py Correct doc for cache plugin 2018-05-21 13:29:03 -04:00
redis.py Correct doc for cache plugin 2018-05-21 13:29:03 -04:00
yaml.py Correct doc for cache plugin 2018-05-21 13:29:03 -04:00