Network docs fragments: fix copy paste errors (#18564)
parent
72f75fd9e0
commit
d27e007fb1
|
@ -84,7 +84,7 @@ options:
|
||||||
default: 10
|
default: 10
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
- Convenience method that allows all I(ios) arguments to be passed as
|
- Convenience method that allows all I(asa) arguments to be passed as
|
||||||
a dict object. All constraints (required, choices, etc) must be
|
a dict object. All constraints (required, choices, etc) must be
|
||||||
met either by individual arguments or values in this dict.
|
met either by individual arguments or values in this dict.
|
||||||
required: false
|
required: false
|
||||||
|
|
|
@ -39,7 +39,7 @@ options:
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
- Configures the username to use to authenticate the connection to
|
- Configures the username to use to authenticate the connection to
|
||||||
the remote device. The value of I(username) is used to authenticate
|
the remote device. This value is used to authenticate
|
||||||
either the CLI login or the eAPI authentication depending on which
|
either the CLI login or the eAPI authentication depending on which
|
||||||
transport is used. If the value is not specified in the task, the
|
transport is used. If the value is not specified in the task, the
|
||||||
value of environment variable C(ANSIBLE_NET_USERNAME) will be used instead.
|
value of environment variable C(ANSIBLE_NET_USERNAME) will be used instead.
|
||||||
|
|
|
@ -61,7 +61,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
provider:
|
provider:
|
||||||
description:
|
description:
|
||||||
- Convenience method that allows all I(ios) arguments to be passed as
|
- Convenience method that allows all I(junos) arguments to be passed as
|
||||||
a dict object. All constraints (required, choices, etc) must be
|
a dict object. All constraints (required, choices, etc) must be
|
||||||
met either by individual arguments or values in this dict.
|
met either by individual arguments or values in this dict.
|
||||||
required: false
|
required: false
|
||||||
|
|
|
@ -39,7 +39,7 @@ options:
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
- Configures the username to use to authenticate the connection to
|
- Configures the username to use to authenticate the connection to
|
||||||
the remote device. The value of I(username) is used to authenticate
|
the remote device. This value is used to authenticate
|
||||||
either the CLI login or the nxapi authentication depending on which
|
either the CLI login or the nxapi authentication depending on which
|
||||||
transport is used. If the value is not specified in the task, the
|
transport is used. If the value is not specified in the task, the
|
||||||
value of environment variable C(ANSIBLE_NET_USERNAME) will be used instead.
|
value of environment variable C(ANSIBLE_NET_USERNAME) will be used instead.
|
||||||
|
|
Loading…
Reference in New Issue