updates the network shared docs to include the timeout parameter (#18635)

The network shared doc fragment was missing the timeout parameter from
the docstring.  This commit adds the timeout parameter back to the
doc fragment
This commit is contained in:
Peter Sprygada 2016-11-28 07:13:47 -05:00 committed by John R Barker
commit 69fb310878
10 changed files with 60 additions and 3 deletions

View file

@ -78,8 +78,9 @@ options:
default: none default: none
timeout: timeout:
description: description:
- Specifies idle timeout for the connection, in seconds. Useful if the console - Specifies idle timeout in seconds for the connection, in seconds. Useful
freezes before continuing. For example when saving configurations. if the console freezes before continuing. For example when saving
configurations.
required: false required: false
default: 10 default: 10
provider: provider:

0
lib/ansible/utils/module_docs_fragments/dellos9.py Executable file → Normal file
View file

View file

@ -52,6 +52,13 @@ options:
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead. value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false required: false
default: null default: null
timeout:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
require: false
default: 10
ssh_keyfile: ssh_keyfile:
description: description:
- Specifies the SSH keyfile to use to authenticate the connection to - Specifies the SSH keyfile to use to authenticate the connection to

View file

@ -49,6 +49,13 @@ options:
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead. value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false required: false
default: null default: null
timeout:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
require: false
default: 10
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

View file

@ -49,6 +49,13 @@ options:
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead. value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false required: false
default: null default: null
timeout:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
require: false
default: 10
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

View file

@ -51,6 +51,13 @@ options:
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead. value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false required: false
default: null default: null
timeout:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
require: false
default: 10
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

View file

@ -52,6 +52,13 @@ options:
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead. value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false required: false
default: null default: null
timeout:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
require: false
default: 10
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

View file

@ -56,6 +56,13 @@ options:
environment variable C(ANSIBLE_NET_PASSWORD) will be used instead. environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false required: false
default: null default: null
timeout:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
require: false
default: 10
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

View file

@ -49,6 +49,13 @@ options:
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead. value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false required: false
default: null default: null
timeout:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
require: false
default: 10
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

View file

@ -49,6 +49,13 @@ options:
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead. value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false required: false
default: null default: null
timeout:
description:
- Specifies the timeout in seconds for communicating with the network device
for either connecting or sending commands. If the timeout is
exceeded before the operation is completed, the module will error
require: false
default: 10
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