community.general/lib/ansible/plugins/connection
Matt Martz 9773a1f289
Add a Singleton metaclass, use it with Display (#48935)
* Add a Singleton class, use it with Display

* update six import

* Move remaining failes to display singleton

* Fix rebase issues

* Singleton improvements

* Add code-smell for 'from __main__ import display'. ci_complete

* s/self/cls/g

* Add docs for no-main-display

* Address linting issues

* Add changelog fragment. ci_complete

* Implement reentrant lock for class instantiation in Singleton

* Add Display singleton porting guide
2018-11-20 17:06:51 -06:00
..
__init__.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
buildah.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
chroot.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
docker.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
funcd.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
httpapi.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
iocage.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
jail.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
kubectl.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
libvirt_lxc.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
local.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
lxc.py Correct defaults in lxc and lxd connection plugin 2018-06-19 15:45:18 -04:00
lxd.py Fix mixed output from ansible and lxd when using the lxd connection plugin (#45246) 2018-09-18 19:36:51 -04:00
napalm.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
netconf.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
network_cli.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
oc.py Add K8s inventory plugin (#34920) 2018-01-20 08:50:01 -05:00
paramiko_ssh.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
persistent.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
podman.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
psrp.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
qubes.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
saltstack.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
ssh.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
winrm.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
zone.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00