mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
nxos module doc fragment for authorize,auth_pass (#40074)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
f484c1e8af
commit
5eb6e3c611
1 changed files with 19 additions and 0 deletions
|
@ -57,6 +57,25 @@ options:
|
||||||
the remote device. This is a common argument used for either I(cli)
|
the remote device. This is a common argument used for either I(cli)
|
||||||
or I(nxapi) transports. If the value is not specified in the task, the
|
or I(nxapi) transports. If the value is not specified in the task, the
|
||||||
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
|
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
|
||||||
|
authorize:
|
||||||
|
description:
|
||||||
|
- Instructs the module to enter privileged mode on the remote device
|
||||||
|
before sending any commands. If not specified, the device will
|
||||||
|
attempt to execute all commands in non-privileged mode. If the value
|
||||||
|
is not specified in the task, the value of environment variable
|
||||||
|
C(ANSIBLE_NET_AUTHORIZE) will be used instead.
|
||||||
|
type: bool
|
||||||
|
default: no
|
||||||
|
choices: ['yes', 'no']
|
||||||
|
version_added: 2.5.3
|
||||||
|
auth_pass:
|
||||||
|
description:
|
||||||
|
- Specifies the password to use if required to enter privileged mode
|
||||||
|
on the remote device. If I(authorize) is false, then this argument
|
||||||
|
does nothing. If the value is not specified in the task, the value of
|
||||||
|
environment variable C(ANSIBLE_NET_AUTH_PASS) will be used instead.
|
||||||
|
default: none
|
||||||
|
version_added: 2.5.3
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- Specifies the timeout in seconds for communicating with the network device
|
- Specifies the timeout in seconds for communicating with the network device
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue