summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
* password lookup, handle ident properly when saved (#80251) (#80312)Brian Coca2023-04-171-39/+79
* file lookup now works with general lookup error framework (#79339) (#79388)Gaudenz Steinlin2022-11-161-3/+3
* Fix typo 'Ansbile'. (#79318) (#79331)Felix Fontein2022-11-102-2/+2
* File lookup handle missing file more gracefully (#79230) (#79245)Brian Coca2022-10-281-7/+7
* mention acl in permissions errors (#79209) (#79251)Brian Coca2022-10-281-4/+4
* fix password lookup's use of f=v settings (#76551) (#79108)Brian Coca2022-10-261-62/+60
* [stable-2.13] Add ssh_args and friends back, add var for proxy_command (#7882...Matt Martz2022-09-291-4/+43
* plugin loader fix existing config testing (#78859) (#78890)Brian Coca2022-09-281-1/+1
* Backportapalooza 9 15 (#78787)Sandra McCann2022-09-151-0/+2
* Backportapalooza 08 16 (#78584)Sandra McCann2022-08-191-4/+4
* Module/plugin docs: (#78380) (#78447)Felix Fontein2022-08-042-5/+5
* Fix default value documentation for pipelining. (#78441) (#78445)Felix Fontein2022-08-041-1/+1
* PluginLoader now installs module-to-be-imported in sys.modules before exec (a...Matt Davis2022-08-031-1/+12
* chmod aix errors with 255 is not unreachable (#78249) (#78356)Brian Coca2022-08-031-4/+9
* 2.13: template module/lookup: fix convert_data for macros (#78259) (#78269)Martin Krizek2022-08-031-1/+1
* Docs Backportapalooza (#78379)Sandra McCann2022-07-301-0/+4
* Backportapalooza 7 15 (#78277)Sandra McCann2022-07-153-3/+3
* Ensure atomic writes for cache file (#78208) (#78217)Brian Coca2022-07-071-4/+16
* password lookup argument parsing fix (#78080) (#78102)Brian Coca2022-07-061-8/+10
* Add toggle to fix module_defaults with module-as-redirected-action on a per-m...Sloane Hertel2022-06-081-4/+15
* Fix windows connection options (#77844) (#77894)Brian Coca2022-06-082-0/+2
* dont rely on path to set config defs for plugins (#77659) (#77694)Brian Coca2022-06-081-4/+9
* [stable-2.13] Make fuzzy plugin matching deterministic. (#77997)Matt Clay2022-06-081-0/+2
* Backportapalooza 06 02 (#77960)Sandra McCann2022-06-021-1/+4
* winrm - ensure callers PATH for kinit is set (#77401) (#77404)Jordan Borean2022-04-052-2/+3
* Action Plugin argspec validation (#77013)Matt Martz2022-03-253-44/+88
* Remove more Python 2.x compatibility code from controller. (#77320)Felix Fontein2022-03-221-11/+2
* validate-modules for plugins: do some more schema validations so that some is...Felix Fontein2022-03-188-0/+11
* Remove obsolete Python 2.x controller code.Matt Clay2022-03-081-7/+0
* Remove collections compat from controller code.Matt Clay2022-03-0816-18/+31
* Add inline type hint ignores.Matt Clay2022-03-071-4/+4
* Type hint fixes.Matt Clay2022-03-074-7/+14
* Remove obsolete Python 2.x compat code.Matt Clay2022-03-071-14/+5
* Type hint fixes.Matt Clay2022-03-048-11/+11
* Update example to work (#77191)hfinucane2022-03-041-4/+4
* first_found: allow spaces in names (#77141)Martin Krizek2022-03-021-6/+2
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-012-2/+2
* More informative playbook attribute errors (#77082)Brian Coca2022-02-231-5/+10
* restore inadvertently deleted default for convert_data. Fixes #77004 (#77016)Matt Martz2022-02-141-0/+1
* Remove misleading note in template doc fragment. Fixes #61233 (#76955)Matt Martz2022-02-081-2/+0
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-074-1/+43
* ssh connection: use 'correct' host in all cases (#76017)Brian Coca2022-02-071-0/+7
* gather_facts sees collection networking connection (#76954)Brian Coca2022-02-071-1/+6
* add_host/group_by: fix using changed_when in a loop (#71719)Martin Krizek2022-02-041-12/+49
* Fix task path unicode error in junit callback.Matt Clay2022-02-011-2/+5
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-0111-14/+14
* ansible-test - Use relative paths in junit output. (#76871)Matt Clay2022-01-311-1/+12
* Track failures in the includes results to avoid special handling of include e...Martin Krizek2022-01-283-2/+9
* Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein2022-01-265-8/+8
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-2625-115/+118