community.general/lib/ansible/plugins
Toshio Kuratomi 155f36bbd8
Rekey on member (#33836)
* Change cast_list_to_dict to more generic rekey_on_member

cast_list_to_dict was taking an arbitrary data format in and returning
an arbitrary data format out.  Rework this to be a more generic function
which creates a dict of dicts based on a member of the dict.

Remove cast_dict_to_list since rekey_on_member handles the use cases we
know about and cast_dict_to_list suffers from the same problems as
cast_list_to_dict.  If this is still needed we could think about filters
we could add to do this in a short jinja2 pipeline.

* Fix bare excepts (bare excepts even catch sys.exit())
2017-12-12 19:02:15 -08:00
..
action fix ce.py provider param issue (#27876) 2017-12-09 19:03:31 +05:30
cache Config continued (#31024) 2017-11-16 13:49:57 -05:00
callback Use pop in cb clean results (#33779) 2017-12-11 17:41:12 -05:00
cliconf IOS-XR NetConf and Cliconf plugin work (#33332) 2017-12-06 22:37:31 +05:30
connection Minor spelling fix (#33822) 2017-12-12 23:13:27 +01:00
filter Rekey on member (#33836) 2017-12-12 19:02:15 -08:00
inventory remove unnecessary extra conditional (thanks bcoca) 2017-12-12 12:52:46 -05:00
lookup Use module formatting (#33413) 2017-12-07 14:26:52 +00:00
netconf fixes guess_os for netconf connections (#33671) 2017-12-07 20:17:41 +05:30
shell minor become/runas cleanup (#32564) 2017-11-06 11:24:04 -08:00
strategy Fix included task's name in handler (#33821) 2017-12-12 17:52:01 +01:00
terminal Adding network_cli support in mlnxos (and removing provider) (#33511) 2017-12-06 14:22:15 +00:00
test Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
vars Scan group_vars/host_vars in sorted order 2017-11-20 21:57:42 -05: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 add lookups to config system (#33026) 2017-11-20 09:24:10 -05:00