community.general/lib/ansible/plugins/connection
Matt Davis 8527013fbe Complete rewrite of Windows exec wrapper (#21510)
* supports pipelining for faster execution
* supports become (runas), creates interactive subsession under WinRM batch logon
* supports usage of arbitrary module_utils files
* modular exec wrapper payload supports easier extension
* integrates async wrapper behavior for pipelined/become'd async
* module_utils are loaded as true Powershell modules, no more runtime modifications to module code
2017-02-17 00:09:56 -08:00
..
__init__.py Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -08:00
accelerate.py
chroot.py
docker.py
funcd.py
iocage.py PEP 8 whitespace cleanup. (#20783) 2017-01-27 15:45:23 -08:00
jail.py
libvirt_lxc.py
local.py Move ssh and local connection plugins from using raw select to selectors 2017-02-03 08:23:50 -08:00
lxc.py
lxd.py
netconf.py updates netconf to use persistent socket (#21307) 2017-02-12 09:05:23 -05:00
network_cli.py bug fixes and updates for eos connections (#21534) 2017-02-16 20:26:48 -05:00
paramiko_ssh.py
persistent.py
ssh.py the return of reset_connection 2017-02-16 10:49:57 -05:00
winrm.py Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -08:00
zone.py