mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Allow timeout to be configurable (#14973)
This commit is contained in:
parent
78365e206f
commit
6c5ea685a2
3 changed files with 11 additions and 5 deletions
|
@ -76,6 +76,12 @@ options:
|
|||
environment variable ANSIBLE_NET_AUTH_PASS will be used instead.
|
||||
required: false
|
||||
default: none
|
||||
timeout:
|
||||
description:
|
||||
- Specifies idle timeout for the connection. Useful if the console
|
||||
freezes before continuing. For example when saving configurations.
|
||||
required: false
|
||||
default: 10
|
||||
provider:
|
||||
description:
|
||||
- Convience method that allows all M(ios) arguments to be passed as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue