1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible/plugins/connection
Dag Wieers 1afbe29642 Remove transport_test for some connection types (#28450)
So we are removing the transport_test for the listed connection types,
because they fail to take into account bastion or proxy servers for
testing the transport.

The result of removing this, is that modules using this facility will do
a complete round-trip attempt, running a module, which is a bit heavier but correct.

This fixes #23774
2017-08-26 01:16:40 +02:00
..
__init__.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
accelerate.py Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
buildah.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
chroot.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
docker.py Convert docker cmd output to native, early 2017-06-10 07:09:04 -07:00
funcd.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
iocage.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
jail.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
libvirt_lxc.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
local.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
lxc.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
lxd.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 2016-09-06 22:54:17 -07:00
netconf.py Fix junos integration test failure (#28491) 2017-08-22 07:25:19 -04:00
network_cli.py Ansible Config part2 (#27448) 2017-08-15 16:38:59 -04:00
paramiko_ssh.py Remove transport_test for some connection types (#28450) 2017-08-26 01:16:40 +02:00
persistent.py Fix python3 str <-> bytes in connection/persistent.py (#28224) 2017-08-15 11:36:20 -04:00
saltstack.py Initial working prototype of a salt bus connection plugin (#12836) 2017-07-19 12:48:50 -06:00
ssh.py Remove transport_test for some connection types (#28450) 2017-08-26 01:16:40 +02:00
winrm.py Remove transport_test for some connection types (#28450) 2017-08-26 01:16:40 +02:00
zone.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00