ansible/test/units/plugins/inventory
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
test_aws_ec2.py Fix inventory plugin cache + add tests (#38229) 2018-05-24 15:34:54 -04:00
test_group.py Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
test_host.py Feature/test inventory (#30707) 2017-10-02 23:01:25 -07:00
test_inventory.py Fixes #32146 Fixes reconcile inventory to correctly remove hosts from ungrouped 2018-03-20 15:37:39 -04:00
test_script.py Config continued (#31024) 2017-11-16 13:49:57 -05:00