Ganesh Nalawade
97d4e53131
Support setting persistent command timeout per task basis ( #42847 )
...
* Support setting persistent command timeout per task basis
Fixes #42200
* Add variable `ansible_command_timeout` to `persistent_command_timeout`
option for `network_cli` and `netconf` connection plugin so that the
command_timeout can be set per task basis while using `connection=network_cli`
or `connection=netconf`
eg:
```
- name: run copy command
ios_command:
commands:
- show version
vars:
ansible_command_timeout: 40
```
* Modify `ansible-connection` to read command_timeout value from
connection plugin options.
* Add `ansible_command_timeout` to `persistent_command_timeout`
option in `persistent` to support `connection=local` so that
it is backward compatibilty
* To support `connection=local` pass the timeout value as variables
from persistent connection to `ansible-connection` instead of sending
it in playcontext
* Fix CI failure
* Fix review comment
2018-07-20 10:04:53 +05:30
..
2018-07-06 10:49:19 -07:00
2018-02-12 15:24:45 -05:00
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-05-24 15:13:22 -05:00
2018-07-20 10:04:53 +05:30
2018-05-17 15:24:56 -07:00
2018-06-21 13:59:50 -04:00
2018-06-07 15:09:22 -04:00
2018-07-20 10:04:53 +05:30
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-05-30 15:23:26 +05:30
2018-07-20 10:04:53 +05:30
2018-02-15 09:01:02 -08:00
2018-06-20 14:35:47 -04:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-05-22 12:22:18 -04:00
2018-05-30 15:23:26 +05:30
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-02-21 18:10:23 +10:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-06-19 01:21:38 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-02-07 15:11:36 -08:00
2018-07-05 20:15:25 +05:30
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-07-12 12:26:14 +05:30
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2017-05-11 18:43:44 +05:30
2018-02-15 09:01:02 -08:00
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-04-11 08:01:54 -06:00
2017-06-02 12:14:11 +01:00
2018-02-15 09:01:02 -08:00
2018-02-19 13:07:58 -08:00
2018-07-11 11:49:32 -04:00
2018-02-07 15:11:36 -08:00
2018-05-25 14:40:48 -05:00
2018-02-15 09:01:02 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-02-07 15:11:36 -08:00
2018-07-20 10:04:53 +05:30
2018-05-30 13:28:11 -07:00
2018-07-12 10:11:55 -04:00
2018-07-10 09:41:33 -04:00
2018-05-17 15:24:56 -07:00
2018-05-31 11:43:00 -05:00
2018-03-21 12:48:09 -04:00
2018-07-20 10:04:53 +05:30
2018-07-11 20:22:01 -07:00
2018-05-17 15:24:56 -07:00
2018-07-11 20:22:01 -07:00
2017-03-23 19:47:10 -07:00
2018-06-20 14:52:24 -07:00