community.general/lib/ansible/plugins
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
..
action nxos_file_copy network_cli and httpapi fix (#40592) 2018-05-24 20:21:18 +05:30
cache Fix inventory plugin cache + add tests (#38229) 2018-05-24 15:34:54 -04:00
callback Add plugins to ansible-doc test and fix issues. 2018-05-23 13:10:09 -07:00
cliconf Connection-side, the expection is AnsibleConnectionFailure (#40658) 2018-05-24 09:43:59 -04:00
connection Fixes to httpapi for EAPI (#40675) 2018-05-24 14:25:19 -04:00
filter Add cidr_merge filter (#36081) 2018-05-23 14:35:23 -05:00
httpapi Fixes to httpapi for EAPI (#40675) 2018-05-24 14:25:19 -04:00
inventory Fix inventory plugin cache + add tests (#38229) 2018-05-24 15:34:54 -04:00
lookup Updates to fileglob Documentation (#40461) 2018-05-24 11:59:42 +10:00
netconf Add NETCONF support for SROS devices (#40330) 2018-05-24 15:44:39 +05:30
shell powershell: Respect remote_tmp path set by the user (#40210) 2018-05-23 07:12:32 +10:00
strategy Fix any_errors_fatal in meta tasks (#36870) 2018-05-23 21:03:31 -05:00
terminal fixes bug with matching nxos prompts (#40655) 2018-05-24 19:32:02 +05:30
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Allow loading dirs from role defaults/vars (#36357) 2018-04-10 17:14:38 -04:00
__init__.py fixed up get_options in AnsiblePlugin to use the correct plugin name 2017-11-22 15:35:31 -05:00
loader.py HTTP(S) API connection plugin (#39224) 2018-05-17 18:47:15 -04:00