mirror of https://github.com/ansible/ansible.git
Add configurable option for paramiko banner_ssh timeout (#68184)
* Add configurable option for paramiko banner_ssh timeout This PR adds a configurable option for paramiko connection to control the value of banner timeout in paramiko library. The banner timeout value can be set in ansible.cfg file as The default value of banner timeout is set to 30 seconds in paramiko connection plugin. ``` [paramiko_connection] banner_timeout = 30 ``` or using enviornment variable ``` export ANSIBLE_PARAMIKO_BANNER_TIMEOUT=30 ``` * Fix CI failure * Fix review comments * Fix review commentpull/78013/head
parent
570379ef98
commit
1b1c2c79cf
Loading…
Reference in New Issue