docs_fragments: Correct spelling mistakes, fix formatting (#16930)

docs_fragments: Correct spelling mistakes, fix formatting
This commit is contained in:
John R Barker 2016-09-01 13:20:13 +01:00 committed by GitHub
commit 02308ce27b
9 changed files with 73 additions and 74 deletions

View file

@ -30,26 +30,26 @@ options:
required: true
port:
description:
- Specifies the port to use when buiding the connection to the remote
- Specifies the port to use when building the connection to the remote
device. This value applies to either I(cli) or I(nxapi). The port
value will default to the approriate transport common port if
value will default to the appropriate transport common port if
none is provided in the task. (cli=22, http=80, https=443).
required: false
default: 0 (use common port)
username:
description:
- Configures the usename 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
either the CLI login or the nxapi authentication depending on which
transport is used. If the value is not specified in the task, the
value of environment variable ANSIBLE_NET_USERNAME will be used instead.
value of environment variable C(ANSIBLE_NET_USERNAME) will be used instead.
required: false
password:
description:
- Specifies the password to use to authenticate the connection to
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
value of environment variable ANSIBLE_NET_PASSWORD will be used instead.
value of environment variable C(ANSIBLE_NET_PASSWORD) will be used instead.
required: false
default: null
ssh_keyfile:
@ -57,7 +57,7 @@ options:
- Specifies the SSH key to use to authenticate the connection to
the remote device. This argument is only used for the I(cli)
transport. If the value is not specified in the task, the
value of environment variable ANSIBLE_NET_SSH_KEYFILE will be used instead.
value of environment variable C(ANSIBLE_NET_SSH_KEYFILE) will be used instead.
required: false
transport:
description:
@ -69,14 +69,13 @@ options:
use_ssl:
description:
- Configures the I(transport) to use SSL if set to true only when the
I(transport) argument is configured as nxapi. If the transport
argument is not nxapi, this value is ignored
C(transport=nxapi), otherwise this value is ignored.
required: false
default: no
choices: ['yes', 'no']
provider:
description:
- Convience method that allows all M(nxos) arguments to be passed as
- Convenience method that allows all I(nxos) arguments to be passed as
a dict object. All constraints (required, choices, etc) must be
met either by individual arguments or values in this dict.
required: false