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
Toshio Kuratomi 8c8e064828 Be more lenient of symlinked /bin/sh inside the chroot (#16239)
Symlinks inside of the chroot were failng because we weren't able to
    determine if they were pointing to a real file or not.  We could write
    some complicated code to walk the symlink path taking into account where
    the root of the tree is but that could be fragile.  Since this is just
    a sanity check, instead we just assume that the chroot is fine if we
    find that /bin/sh in the chroot is a symlink.  Can revisit if it turns
    out that many chroots have a /bin/sh that's a broken symlink.

    Fixes #16097
2016-06-14 12:03:59 -07:00
..
__init__.py fix for psuedo-connection hostvars not propagating to connection 2016-06-10 10:14:41 -07:00
accelerate.py Add to_bytes to file paths for accelerate plugin. 2016-03-30 23:23:04 -07:00
chroot.py Be more lenient of symlinked /bin/sh inside the chroot (#16239) 2016-06-14 12:03:59 -07:00
docker.py Fix inconsistent/missing host names in messages. 2016-03-25 21:11:53 -07:00
funcd.py Revert "Remove the funcd connection plugin" 2015-12-09 13:32:11 -08:00
jail.py Support remote_user in jail connection plugin. 2016-03-25 20:15:52 -07:00
libvirt_lxc.py Move BUFSIZE to __init__ since it's common to many connection plugins 2016-03-16 11:20:02 -07:00
local.py Fix inconsistent/missing host names in messages. 2016-03-25 21:11:53 -07:00
lxc.py lxc connection plugin 2016-05-28 00:15:09 +02:00
lxd.py Add lxd connection plugin. 2016-04-15 19:10:57 -07:00
paramiko_ssh.py Merge pull request #14400 from d3matt/FIX/paramiko_lecture 2016-04-19 13:31:17 -04:00
ssh.py made ssh compression configurable (#16214) 2016-06-10 13:17:49 -04:00
winrm.py call base _connect() from winrm._connect() 2016-06-10 14:40:29 -07:00
zone.py Move BUFSIZE to __init__ since it's common to many connection plugins 2016-03-16 11:20:02 -07:00