You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins/connection
Peter Sprygada 4937dd67e4 adds new feature to network_cli (#19848)
In some cases it is desirable to have a send only function that doesn't
wait for the response from the CLI (such as reloading a device).  This
adds a new key to the command json string sendonly that will
achieve this behavior.
9 years ago
..
__init__.py Normalize text and byte type in the ssh plugin helper method that builds up an ssh command (#17860) 9 years ago
accelerate.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
chroot.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 9 years ago
docker.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 9 years ago
funcd.py Fix funcd to at least import without errors. (#16288) 10 years ago
iocage.py iocage connector that wraps around jail connector. (#17986) 9 years ago
jail.py iocage connector that wraps around jail connector. (#17986) 9 years ago
libvirt_lxc.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 9 years ago
local.py Fixes to handle non-ascii become passwords 9 years ago
lxc.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
lxd.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
network_cli.py adds new feature to network_cli (#19848) 9 years ago
paramiko_ssh.py adds two new plugins that use ansible-connection for persistence (#18572) 9 years ago
persistent.py Adding a persistent connection utility 9 years ago
ssh.py Fix fetching files with scp (#18673) 9 years ago
winrm.py Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423) 9 years ago
zone.py Mcsalgado's change to use shlex.quote instead of pipes.quote (#18534) 9 years ago