mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Remove duplicated 'timeout' doc (#18657)
This commit is contained in:
parent
9aa8547016
commit
02842767c6
8 changed files with 10 additions and 33 deletions
|
@ -56,7 +56,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
for either connecting or sending commands. If the timeout is
|
for either connecting or sending commands. If the timeout is
|
||||||
exceeded before the operation is completed, the module will error
|
exceeded before the operation is completed, the module will error.
|
||||||
require: false
|
require: false
|
||||||
default: 10
|
default: 10
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
|
|
|
@ -53,7 +53,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
for either connecting or sending commands. If the timeout is
|
for either connecting or sending commands. If the timeout is
|
||||||
exceeded before the operation is completed, the module will error
|
exceeded before the operation is completed, the module will error.
|
||||||
require: false
|
require: false
|
||||||
default: 10
|
default: 10
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
|
@ -82,12 +82,6 @@ options:
|
||||||
environment variable C(ANSIBLE_NET_AUTH_PASS) will be used instead.
|
environment variable C(ANSIBLE_NET_AUTH_PASS) will be used instead.
|
||||||
required: false
|
required: false
|
||||||
default: none
|
default: none
|
||||||
timeout:
|
|
||||||
description:
|
|
||||||
- Specifies idle timeout for the connection, in seconds. Useful if the console
|
|
||||||
freezes before continuing. For example when saving configurations.
|
|
||||||
required: false
|
|
||||||
default: 10
|
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
- Convenience method that allows all I(ios) arguments to be passed as
|
- Convenience method that allows all I(ios) arguments to be passed as
|
||||||
|
|
|
@ -53,7 +53,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
for either connecting or sending commands. If the timeout is
|
for either connecting or sending commands. If the timeout is
|
||||||
exceeded before the operation is completed, the module will error
|
exceeded before the operation is completed, the module will error.
|
||||||
require: false
|
require: false
|
||||||
default: 10
|
default: 10
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
|
|
|
@ -55,7 +55,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
for either connecting or sending commands. If the timeout is
|
for either connecting or sending commands. If the timeout is
|
||||||
exceeded before the operation is completed, the module will error
|
exceeded before the operation is completed, the module will error.
|
||||||
require: false
|
require: false
|
||||||
default: 10
|
default: 10
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
|
|
|
@ -56,9 +56,11 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
for either connecting or sending commands. If the timeout is
|
for either connecting or sending commands. If the timeout is
|
||||||
exceeded before the operation is completed, the module will error
|
exceeded before the operation is completed, the module will error.
|
||||||
|
NX-API can be slow to return on long-running commands (sh mac, sh bgp, etc).
|
||||||
require: false
|
require: false
|
||||||
default: 10
|
default: 10
|
||||||
|
version_added: 2.3
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
description:
|
description:
|
||||||
- Specifies the SSH key to use to authenticate the connection to
|
- Specifies the SSH key to use to authenticate the connection to
|
||||||
|
@ -80,13 +82,6 @@ options:
|
||||||
required: false
|
required: false
|
||||||
default: no
|
default: no
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
timeout:
|
|
||||||
description:
|
|
||||||
- Specifies idle timeout in seconds. NX-API can be slow to
|
|
||||||
return on long-running commands (sh mac, sh bgp, etc).
|
|
||||||
required: false
|
|
||||||
default: 10
|
|
||||||
version_added: 2.3
|
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
- Convenience method that allows all I(nxos) arguments to be passed as
|
- Convenience method that allows all I(nxos) arguments to be passed as
|
||||||
|
|
|
@ -60,7 +60,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
for either connecting or sending commands. If the timeout is
|
for either connecting or sending commands. If the timeout is
|
||||||
exceeded before the operation is completed, the module will error
|
exceeded before the operation is completed, the module will error.
|
||||||
require: false
|
require: false
|
||||||
default: 10
|
default: 10
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
|
|
|
@ -53,7 +53,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
for either connecting or sending commands. If the timeout is
|
for either connecting or sending commands. If the timeout is
|
||||||
exceeded before the operation is completed, the module will error
|
exceeded before the operation is completed, the module will error.
|
||||||
require: false
|
require: false
|
||||||
default: 10
|
default: 10
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
|
@ -64,12 +64,6 @@ options:
|
||||||
in the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
|
in the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
|
||||||
will be used instead.
|
will be used instead.
|
||||||
required: false
|
required: false
|
||||||
timeout:
|
|
||||||
description:
|
|
||||||
- Specifies idle timeout for the connection, in seconds. Useful if the console
|
|
||||||
freezes before continuing. For example when saving configurations.
|
|
||||||
required: false
|
|
||||||
default: 10
|
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
- Convenience argument that allows connection arguments to be passed as
|
- Convenience argument that allows connection arguments to be passed as
|
||||||
|
|
|
@ -53,7 +53,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
for either connecting or sending commands. If the timeout is
|
for either connecting or sending commands. If the timeout is
|
||||||
exceeded before the operation is completed, the module will error
|
exceeded before the operation is completed, the module will error.
|
||||||
require: false
|
require: false
|
||||||
default: 10
|
default: 10
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
|
@ -64,12 +64,6 @@ options:
|
||||||
in the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
|
in the task, the value of environment variable C(ANSIBLE_NET_SSH_KEYFILE)
|
||||||
will be used instead.
|
will be used instead.
|
||||||
required: false
|
required: false
|
||||||
timeout:
|
|
||||||
description:
|
|
||||||
- Specifies idle timeout for the connection, in seconds. Useful if the console
|
|
||||||
freezes before continuing. For example when saving configurations.
|
|
||||||
required: false
|
|
||||||
default: 10
|
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
- Convenience method that allows all I(vyos) arguments to be passed as
|
- Convenience method that allows all I(vyos) arguments to be passed as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue