summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/connection
Commit message (Expand)AuthorAgeFilesLines
* Migrated to ansible.netcommonAnsible Core Team2020-03-095-1674/+0
* Migrated to community.vmwareAnsible Core Team2020-03-091-579/+0
* Migrated to community.generalAnsible Core Team2020-03-0913-2487/+0
* Migrated to community.amazonAnsible Core Team2020-03-091-557/+0
* Migrated to containers.podmanAnsible Core Team2020-03-092-369/+0
* Misc documentation fixes (#67863)Abhijeet Kasurde2020-03-011-1/+1
* Run Powershell modules on windows container via docker connection (#67832)Ruheena Ansari2020-02-281-0/+4
* Make get_bin_path() always raise an exception (#56813)Sam Doran2020-01-301-4/+4
* Remove unused imports from paramiko_ssh connection (#66948)Paul Belanger2020-01-301-2/+0
* Typo correction (#66869)Joseph Hobbs2020-01-291-1/+1
* all: fix all the the duplicate words (#66784)Eitan Adler2020-01-281-1/+1
* podman - fix rootless container copy no pause (#66583)Adam Miller2020-01-171-3/+11
* Fix typo. (#66403)Felix Fontein2020-01-131-1/+1
* Fix aws_ssm connection plugin. (#66393)Felix Fontein2020-01-121-1/+10
* new connection plugin aws_ssm (#49652)psharkey2020-01-111-0/+548
* Persistent connections: These timeouts seem unused (#66267)Nathaniel Case2020-01-103-25/+2
* Add test for reboot & wait_for_connection on EOS & IOS (#63014)Nathaniel Case2020-01-071-4/+21
* Use a context handler for file handling in paramiko_ssh.Connection. (#65624)Mads Jensen2020-01-061-14/+12
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-041-2/+2
* Fix netconf plugin related to collections (#65718)Ganesh Nalawade2019-12-201-17/+13
* Clean up flake8 for ansible.netcommon collection (#65842)Paul Belanger2019-12-161-1/+1
* Fix network_cli become check to be compatible with collections (#65829)Ganesh Nalawade2019-12-141-1/+1
* Update iocage.py: remove 'docker' (#65656)JP Mens2019-12-101-1/+0
* Fix cli context check for network_cli connection (#64697)Ganesh Nalawade2019-11-262-1/+13
* config manager str type vault source (#65023)Jordan Borean2019-11-202-2/+46
* become - stop using play context in more places (#62373)Jordan Borean2019-11-185-14/+16
* Close subprocess stdout and stderr in the ssh connection pluginJulien Palard2019-11-141-2/+4
* vmware_tools handle connection issues (#57661)Klaus Frank2019-11-131-16/+98
* Refactor CLI prompt mode check for network plugins (#63945)Ganesh Nalawade2019-11-031-0/+2
* Fix network plugin config option load from collection (#64046)Ganesh Nalawade2019-11-013-6/+9
* paramiko_ssh - Improve authentication error message (#64157)Sam Doran2019-10-311-1/+1
* Try to escalate before on_open_shell to work around ios (#63571)Nathaniel Case2019-10-301-3/+3
* Fix netconf post "delay persistent connections" (#63463)Nathaniel Case2019-10-171-5/+8
* Add extra args and executable name to podman connection plugin (#63166)Sergey2019-10-171-1/+31
* fix issue #60237 when non-ascii is returned from the WLC (#60243)Will Smith2019-10-011-2/+1
* Allow the use of _paramiko_conn even if the connection hasn't been started. (...Nathaniel Case2019-09-091-4/+9
* Fix ansible-connection persist after playbook run complete issue (#61591)Ganesh Nalawade2019-09-061-0/+2
* Connect before reading the prompt? (#61797)Nathaniel Case2019-09-051-0/+1
* Avoid infinite recursion on login (#61617)Nathaniel Case2019-09-031-2/+2
* Add support for network_cli connection retry (#61103)Ganesh Nalawade2019-08-281-2/+45
* Move instantiation of terminal plugin earlier (#61261)Nathaniel Case2019-08-271-4/+3
* Fix pipelining in buildah connection plugin (#59745)Jordan Webb2019-08-271-1/+1
* Add use_proxy option to httpapi (#59259)Nathaniel Case2019-08-231-0/+9
* Add support to configure network_cli terminal related options (#60086)Ganesh Nalawade2019-08-191-11/+98
* Delay persistent connection until needed (#59153)Nathaniel Case2019-08-142-6/+24
* Change sub_plugin check to completely ignore napalm (#59298)Nathaniel Case2019-07-311-1/+1
* Add pipelining to podman connection plugin (#57579)Jordan Webb2019-07-301-1/+2
* force_basic_auth for default httpapi connection auth (#59193)Adam Miller2019-07-251-0/+1
* psrp - Added proper reconnection variable name (#59369)Jordan Borean2019-07-231-0/+3
* VMware Tools Connector does not support pipelining (#57237)Klaus Frank2019-07-221-4/+7