community.general/lib/ansible/plugins/connection
Ricardo Carrillo Cruz 62e1c14edc
Pull persistent connection parameters via get_option (#39367)
* WIP Pull persistent connection parameters via get_option

* Fix pep8

* Add use_persistent_connection setting to paramiko_ssh plugin

* Add vars section to persistent_command_timeout setting and prevail provider values over config manager

* Use persistent_command_timeout on network_cli instead of timeout

* Fix unit tests

If we don't call loader to get network_cli, then _load_name is never
set and we get KeyError.

* Pull persistent_command_timeout via config  manager for ios connection local

* Pull persistent_command_timeout via config manager on connection local
2018-05-16 14:59:01 +02:00
..
__init__.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
buildah.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
chroot.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
docker.py use `docker exec` in case `docker cp` failed. (#26571) 2017-12-13 15:30:30 -06:00
funcd.py Config continued (#31024) 2017-11-16 13:49:57 -05:00
iocage.py Python 2.6 `str.format()` compatibility fixes. 2018-01-10 14:08:11 -08:00
jail.py allow become methods for Jail connection plugin (#31746) 2018-05-07 21:30:24 -04:00
kubectl.py Add K8s inventory plugin (#34920) 2018-01-20 08:50:01 -05:00
libvirt_lxc.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
local.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
lxc.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
lxd.py ensure 'home' translations (#36755) 2018-04-11 11:53:05 -04:00
netconf.py ansible_ssh_pass is the ENV variable (#38035) 2018-04-04 07:45:57 -06:00
network_cli.py Pull persistent connection parameters via get_option (#39367) 2018-05-16 14:59:01 +02:00
oc.py Add K8s inventory plugin (#34920) 2018-01-20 08:50:01 -05:00
paramiko_ssh.py Pull persistent connection parameters via get_option (#39367) 2018-05-16 14:59:01 +02:00
persistent.py Pull persistent connection parameters via get_option (#39367) 2018-05-16 14:59:01 +02:00
saltstack.py Port ansible doc for plugins to use DOCUMENTATION variables 2017-09-11 18:34:09 -07:00
ssh.py use actual ssh executable as it might not be ssh 2018-05-02 12:10:25 -04:00
winrm.py winrm: removed old exec_command that is no longer used (#39572) 2018-05-02 07:04:53 +10:00
zone.py typo fix (#33810) 2017-12-12 12:25:53 +00:00