summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* config lookup, new option to show origin of value (#80651)Brian Coca2023-05-111-4/+9
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-151-0/+10
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-4/+35
* Type hint fixes.Matt Clay2022-03-071-3/+9
* Start of moving away from six (#75863)Martin Krizek2021-10-211-3/+3
* All lookups ported to config system (#74108)Brian Coca2021-04-131-0/+7
* Support vars plugins in collections (#61078)Sloane Hertel2019-11-041-0/+5
* Misc typo fixes (#53284)Abhijeet Kasurde2019-03-041-2/+2
* Become plugins (#50991)Matt Martz2019-02-111-1/+6
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* inventory plugins: add test about config API usage (#41888)Pilou2018-07-191-1/+1
* options should be settable multiple timesBrian Coca2018-06-261-3/+2
* exclude lookup_terms from config errors (#41740)Brian Coca2018-06-211-8/+1
* fixed up get_options in AnsiblePlugin to use the correct plugin nameJordan Borean2017-11-221-1/+1
* Config continued (#31024)Brian Coca2017-11-161-2/+25
* allow config for callbaks and some fixesBrian Coca2017-09-111-7/+14
* fixes to config/setting retrievalBrian Coca2017-09-091-2/+14
* Ansible Config part2 (#27448)Brian Coca2017-08-151-541/+7
* ensure prefix in plugin loading to avoid conflictsBrian Coca2017-07-261-5/+10
* Powershell module_utils loader and tests (#26932)Matt Davis2017-07-181-0/+9
* Revert "Add log_only to debug messages (#25545)"Brian Coca2017-06-131-4/+3
* Add log_only to debug messages (#25545)Ganesh Nalawade2017-06-131-3/+4
* Add support for cliconf and netconf plugin (#25093)Ganesh Nalawade2017-06-061-0/+16
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-28/+27
* properlly report plugin nameBrian Coca2017-05-301-0/+2
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-9/+10
* Graceful error message for abstract base classes in PluginLoaderToshio Kuratomi2017-02-221-3/+12
* Switch from using inspect to globals()Toshio Kuratomi2017-02-171-2/+1
* Module utils default path (#20913)Toshio Kuratomi2017-02-021-1/+1
* Combine jimi-c and bcoca's ideas and work on hooking module-utils into Plugin...Toshio Kuratomi2017-01-311-8/+31
* ansible doc does not need plugin deprecation errorBrian Coca2017-01-121-2/+2
* adds two new plugins that use ansible-connection for persistence (#18572)Peter Sprygada2016-11-281-0/+8
* Filter out internal magic and connection variables from facts returnsThomas Quinot2016-10-241-0/+5
* Revert "Clear the plugin path cache when adding new directories" (#17785)Matt Clay2016-09-271-1/+0
* Clear the plugin path cache when adding new directoriesJames Cammarata2016-09-271-0/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-13/+16
* Fix UnicodeError loading plugins with non-ascii in them on python3Toshio Kuratomi2016-09-061-1/+1
* Make _display_plugin_load much less noisyAbhijit Menon-Sen2016-08-261-8/+7
* Show where plugins were loaded in vvv/vvvv (#15757)Adrian Likins2016-08-231-3/+25
* actually skip bad/broken module files foundBrian Coca2016-08-041-0/+1
* When walking through module directories, always follow symlinks. (#15784)jctanner2016-05-091-1/+1
* Fix ziploader for the cornercase of ansible invoking ansible.Toshio Kuratomi2016-04-291-4/+4
* Remove workaround for fixed bug. (#15340)Toshio Kuratomi2016-04-101-3/+3
* capture attribute errors for invalid class pluginsBrian Coca2016-04-071-3/+8
* Bugfix: proper plugin configuration was resetjpic2016-04-051-1/+1
* fix unconfigured plugin path casenitzmahone2016-04-011-1/+3
* fix issue with plugin load path inconsistencyBrian Coca2016-04-011-1/+5
* centralize path list handlingBrian Coca2016-03-301-2/+1
* Sort plugins by basename to support ordering callbacksJoel2016-03-221-29/+31