summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
* Change comprehension to `list()` in plugin loader.Matt Clay2020-06-181-1/+1
* Avoid use of deprecated junit-xml method.Matt Clay2020-06-121-1/+10
* fix discovery on loop with delegation (#70013)Brian Coca2020-06-111-0/+5
* Fix Include_vars example (#69966)Falcon Taylor-Carter2020-06-111-1/+1
* fix configurable pipelining (#69920)Brian Coca2020-06-112-16/+26
* implemented 'prefix' for file based cache (#69872)Brian Coca2020-06-111-5/+13
* added more ways to config new options in url (#69950)Brian Coca2020-06-101-1/+64
* Address linting errors in default callback (#69989)Matt Martz2020-06-101-1/+1
* fixed missing default (#69972)Brian Coca2020-06-101-2/+4
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-094-3/+11
* Deprecation revisited (#69926)Felix Fontein2020-06-098-15/+19
* Add intg test to repro #36045 (add_host traceback) (#69912)Brian Coca2020-06-091-11/+18
* Make AnsibleVaultEncryptedUnicode work more like a string (#67823)Matt Martz2020-06-082-0/+17
* fix unvault lookup name in example (#69913)Sloane Hertel2020-06-051-1/+1
* various deprecation, display, warning, error fixes for collections redirectio...Matt Davis2020-06-052-33/+37
* Make add_host be idempotent/show changed status (#69897)Rick Elrod2020-06-042-6/+18
* starting metadata sunset (#69454)Brian Coca2020-06-042-11/+0
* Use fqcr from command module invocation using shell module (#69790)Ganesh Nalawade2020-06-041-1/+1
* return changed for group_by (#32057)Brian Coca2020-06-031-18/+19
* only ever catch ImportError (#69792)Evgeni Golov2020-06-011-7/+1
* make plugins loader Python 3.5 compatible again (#69754)Evgeni Golov2020-05-291-0/+5
* connection plugins: try config, then play_context (#69751)Rick Elrod2020-05-292-11/+17
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-289-24/+27
* Adding nested variable example (#69518)Nick Busey2020-05-281-2/+10
* Make connection plugins use password from config (#69670)Rick Elrod2020-05-273-11/+12
* Allow to deprecate / remove plugins by version. (#69712)Felix Fontein2020-05-261-0/+14
* [ssh] Add new sshpass_prompt option (#68874)Rick Elrod2020-05-261-2/+23
* provides per host/plugin world readable temp opt (#69393)Brian Coca2020-05-262-1/+14
* collection routing (#67684)Matt Davis2020-05-263-61/+319
* fix delegated interpreter discovery (#69604)Brian Coca2020-05-221-9/+20
* Split regular and handler results into their own queues (#69498)James Cammarata2020-05-211-10/+28
* correctly merge multiple facts results (#68987)Brian Coca2020-05-201-4/+11
* Add multipart/form-data functionality (#69376)Matt Martz2020-05-201-13/+43
* Remove "keywords" field in DOCUMENTATION.Toshio Kuratomi2020-05-191-5/+0
* typofix - globbing instead of globing. (#69515)Jeff Geerling2020-05-151-1/+1
* Add resource_from_fqcr utility function. (#68474)Felix Fontein2020-05-142-3/+6
* Fix filedescriptor out of range in select() when running commands (#65058)Bob Weinand2020-05-142-2/+2
* added unvault lookup plugin (#69087)Brian Coca2020-05-141-0/+61
* Fix fileglob plugin with non-existent subdirectory (#69451)Mark Goddard2020-05-121-4/+5
* generator inventory plugin: remove "strict" from example (#69178)Kenyon Ralph2020-05-051-1/+0
* restore jsonfile cache plugin (#69337)Matt Davis2020-05-051-0/+63
* yum: avoid running non-yum modules via the action (#69296)flowerysong2020-05-051-12/+12
* preserve json parsing error (#58461)Brian Coca2020-05-011-1/+1
* Do not pass file mode during recursive copy on symlink files. (#69011)David Shrewsbury2020-04-301-0/+5
* Removed redundant conditional in paramiko_ssh.py (#69164)Chris Holland2020-04-281-14/+14
* constructed inventory plugin: correct example (#69165)Kenyon Ralph2020-04-271-1/+1
* Filter BLACKLIST_EXTS in PluginLoader (#69029)Rick Elrod2020-04-221-3/+4
* update ActionBase._low_level_execute_command to honor executable (#68315)rwagnergit2020-04-221-0/+4
* Update docs, pointing to an existing chapter. (#69026)Robert de Bock2020-04-181-1/+1
* corrected comment (#69006)Brian Coca2020-04-171-3/+2