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
Jon Dufresne ef67d4074b Prefer io.BytesIO over six; available on all supported Pythons (#45388)
On all supported Pythons, the io.BytesIO is always a stream
implementation using an in-memory bytes buffer. Makes code slightly more
forward compatible by reducing use of the six module.
2018-09-10 15:19:16 -04:00
..
__init__.py Setting options is fine if plugins already exist (#44859) 2018-08-29 16:33:51 -04:00
buildah.py
chroot.py
docker.py
funcd.py
httpapi.py Prefer io.BytesIO over six; available on all supported Pythons (#45388) 2018-09-10 15:19:16 -04:00
iocage.py
jail.py
kubectl.py
libvirt_lxc.py
local.py
lxc.py
lxd.py
netconf.py enable_netconf_support_on_dellos10 (#44816) 2018-09-05 19:16:01 +05:30
network_cli.py Prefer io.BytesIO over six; available on all supported Pythons (#45388) 2018-09-10 15:19:16 -04:00
oc.py
paramiko_ssh.py
persistent.py Prevent data being truncated over persistent connection socket (#43885) 2018-08-10 09:26:58 -04:00
psrp.py psrp: Added new Windows connection plugin (#41729) 2018-08-21 16:43:13 -07:00
saltstack.py
ssh.py
winrm.py
zone.py