summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection
Commit message (Expand)AuthorAgeFilesLines
* fix error if path had wildcard in it (#74723)PRASOON KARUNAN V2023-05-101-2/+2
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-036-6/+6
* paramiko connection now uses the correct source of data (#79704)Brian Coca2023-03-071-28/+93
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-282-21/+20
* Clean up unused imports in plugins (#79899)Matt Clay2023-02-031-1/+1
* local connection: avoid tb when running in container with invalid user (#79414)Brian Coca2022-11-291-3/+7
* De-duplicate initialisation of ConnectionBase._connected (#79256)Alex Willmer2022-11-011-2/+0
* winrm - fix reducing 'Read timed out' error (#78869)Oskar Ahner2022-09-281-2/+23
* Add `use_rsa_sha2_algorithms` option for paramiko (#78789)Matt Martz2022-09-211-1/+28
* Add ssh_args and friends back, add var for proxy_command (#78826)Matt Martz2022-09-211-4/+58
* Documented connection parameters required to enable scp (OpenSSH >=9.0) (#78745)wnjuguna2022-09-151-0/+2
* Supply some descriptions for settings used in ansible.cfg (#78536)Andrew Latham2022-08-151-4/+4
* Fix variable use before definition. (#78500)Matt Clay2022-08-111-0/+2
* chmod aix errors with 255 is not unreachable (#78249)Brian Coca2022-07-261-4/+9
* corrected version_added for new config option (#78013)Brian Coca2022-06-091-2/+1
* Add configurable option for paramiko banner_ssh timeout (#68184)Ganesh Nalawade2022-06-091-0/+18
* ssh retry docs addition (#77930)Don Naro2022-06-021-1/+4
* Fix windows connection options (#77844)Brian Coca2022-05-242-0/+2
* Move to display as single source of verbosity (#77498)Brian Coca2022-04-142-2/+2
* winrm - ensure callers PATH for kinit is set (#77401)Jordan Borean2022-03-292-2/+3
* 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-181-0/+1
* Type hint fixes.Matt Clay2022-03-071-2/+2
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-011-1/+1
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-073-0/+41
* ssh connection: use 'correct' host in all cases (#76017)Brian Coca2022-02-071-0/+7
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-011-2/+2
* Use explicit keyword for plugin config (#75158)Brian Coca2022-01-214-0/+14
* ssh connection avoid parsiing own debug (#76732)Brian Coca2022-01-131-1/+5
* ssh connection, handle 'fun' control paths (#76424)Brian Coca2022-01-101-2/+1
* Make all pipelining agree on ini entries (#76573)Brian Coca2022-01-071-0/+2
* Use correct markup in documentation (#76545)Felix Fontein2021-12-142-9/+9
* psrp - remove deprecated psrp put_file code (#76252)Jordan Borean2021-11-121-95/+14
* deprecate scp_if_ssh (#75218)Brian Coca2021-11-011-0/+4
* Start of moving away from six (#75863)Martin Krizek2021-10-213-21/+15
* ansible-core - Remove support for Python 2.6. (#75853)Matt Clay2021-10-012-4/+3
* psrp - fix typo (#75617)Ikko Ashimine2021-09-021-1/+1
* ssh connection added option priority note (#75219)Brian Coca2021-09-011-0/+1
* ssh: Update docs (#75253)Abhijeet Kasurde2021-08-161-26/+26
* Code cleanup to prepare for pylint update. (#75475)Matt Clay2021-08-111-2/+3
* fix ssh cli defaults (#75245)Brian Coca2021-07-231-0/+4
* winrm - Add explicit env vars to pass into kinit (#75256)Jordan Borean2021-07-151-0/+21
* set host_key_checking check to False, rather than if not (which captures Fals...James Spurin2021-07-151-1/+2
* task_executor - use correct value for ssh connection retries (#75155)Sam Doran2021-07-061-3/+3
* psrp - cleanup command (#74985)Jordan Borean2021-06-151-14/+20
* psrp - Fix reset connection on failed scenarios (#74967)Jordan Borean2021-06-121-0/+9
* fix ssh_transfer_method/scp_if_ssh defaults (#74925)Brian Coca2021-06-101-2/+7
* ansible-doc fix displaying 'CLI' options for plugin docsBrian Coca2021-06-041-0/+1
* add pkcs11 support to Ansible ssh connection module (#32829)David Lee Whiteside2021-06-021-4/+32
* ssh remove unused/unusable cli option ssh_args (#74846)Brian Coca2021-05-271-2/+0