summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* ansible-doc fix displaying 'CLI' options for plugin docsBrian Coca2021-06-041-0/+1
* Add end_batch meta task (#74899)Martin Krizek2021-06-041-0/+9
* Async status rewriteBrian Coca2021-06-032-26/+102
* Ensure end_play ends play, not batch (#74332)Martin Krizek2021-06-031-0/+3
* first_found: clear up the skip option usage (#74816)Ian Wienand2021-06-031-12/+36
* add pkcs11 support to Ansible ssh connection module (#32829)David Lee Whiteside2021-06-021-4/+32
* Apply display_failed_stderr on loop item results (#74865)Martin Krizek2021-06-011-2/+6
* yum action plugin: 'use' as an alias of 'use_backend' (#70792)Rukmangathan2021-05-311-1/+7
* Use the module redirect_list when getting defaults for action plugins (#73864)Sloane Hertel2021-05-273-4/+14
* ssh remove unused/unusable cli option ssh_args (#74846)Brian Coca2021-05-271-2/+0
* ini: Add parameter to allow no value (#74806)Abhijeet Kasurde2021-05-271-2/+13
* Revert "aync_status rewrite (#74577)"Matt Clay2021-05-262-91/+27
* aync_status rewrite (#74577)Brian Coca2021-05-252-27/+91
* Remove deprecated cache support from script inventory plugin (#74813)Matt Martz2021-05-251-21/+2
* docs: Update Python 2 doc links (#74633)Abhijeet Kasurde2021-05-243-3/+3
* encrypt: add new paramter 'ident' (#74595)Abhijeet Kasurde2021-05-242-21/+29
* Remove deprecated include vartags usage (#74780)Matt Martz2021-05-201-14/+0
* version test - improve message when value is empty (#74754)Sam Doran2021-05-201-0/+6
* ini lookup - add case sensitive option (#74630)Sam Doran2021-05-171-0/+8
* ini lookup - catch and handle duplicate key and missing section errors (#74629)Sam Doran2021-05-121-4/+11
* use self.host which will always be updated (#74574)Brian Coca2021-05-111-2/+2
* Vendor `distutils.version` (#74644)Matt Martz2021-05-112-2/+2
* Add missing 'why:' to 'deprecated:'. (#74639)Felix Fontein2021-05-111-0/+1
* fix: action _fixup_perms2 macos +a remote_paths in list() as it can be a tupl...Shane St Savage2021-05-111-1/+1
* pause - ensure control characters are always set appropriately (#74568)Sam Doran2021-05-061-5/+5
* Fix inventory cache prefix typos (#74523)Sloane Hertel2021-05-051-0/+5
* dont specify default for port, allow ssh/config (#74526)Brian Coca2021-05-041-1/+3
* Fix BaseFileCacheModule#keys to respect prefix (#72789)Harm Geerts2021-04-301-1/+11
* Fix sequence lookup message and add tests (#74472)David Shrewsbury2021-04-291-3/+3
* paramiko_ssh - mark connection as connected when successful (#74459)Sam Doran2021-04-291-0/+2
* Improve a documentation of the first_found lookup plugin (#73080)Wojciech Sciesinski2021-04-291-3/+3
* fixed URL for becoming an unprivileged user doc (#74448)antonc422021-04-281-2/+2
* Fix missing delegate display (#74370)Brian Coca2021-04-281-7/+9
* Remove needless get_next_task_for_host calls (#74174)Martin Krizek2021-04-281-2/+0
* Update first_found documentation (#70502)Alex Domoradov2021-04-271-20/+23
* Fix world readable setting (#74324)Brian Coca2021-04-261-17/+14
* Case-insensitive set theory filters (#74256)Alexandre Garnier2021-04-231-8/+10
* Abstract away libyaml details into yaml utils (#72607)Matt Martz2021-04-211-2/+9
* [become] Add Solaris chmod ACL fallbackRick Elrod2021-04-191-1/+16
* [become] Fix solaris permissions regressionRick Elrod2021-04-191-4/+15
* Only check if play.hosts is a template when the play hasn't been finalized (#...Matt Martz2021-04-191-1/+1
* netconf - handle import error when running in FIPS mode (#73992)Ganesh Nalawade2021-04-191-1/+4
* [2.12] 'attributes' (#73707)Brian Coca2021-04-161-0/+62
* Factor out host_label() in default stdout callback plugin (#73814)Alex Willmer2021-04-162-41/+25
* uri - fix traceback on multipart-form int value (#74302)Jordan Borean2021-04-161-2/+2
* [controller ansiballz] escape directory regex (#74270)Rick Elrod2021-04-151-1/+2
* removed unused imports (#74299)Brian Coca2021-04-161-5/+2
* Prevent ansible_failed_task from further templating (#74290)Martin Krizek2021-04-161-1/+2
* Ini fixes (#74285)Brian Coca2021-04-161-1/+6
* All lookups ported to config system (#74108)Brian Coca2021-04-1312-125/+191