community.general/lib/ansible/runner/connection_plugins
Michael DeHaan cf6e1f8db9 Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts.
-c ssh is preferred in most cases if you have ControlPersist available, otherwise if you are comfortable you
can turn off recording while leaving host key checking on, etc.
2013-07-05 22:06:54 -04:00
..
__init__.py Add __init__'s to git 2012-09-06 18:43:28 -04:00
chroot.py Remove unused modules 2013-05-18 23:11:47 +02:00
fireball.py Slight message tweak. 2013-06-30 18:27:15 -04:00
local.py Standardize args/kwargs on connection plugins. 2013-04-05 14:50:15 -04:00
paramiko_ssh.py Make it possible to tell paramiko to not record new host keys, which can be slow with a large number of hosts. 2013-07-05 22:06:54 -04:00
ssh.py Improve interlaced output prevention when asking for host key approval. 2013-07-04 18:17:45 -04:00