1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Addressed review comments from @gundalow

This commit is contained in:
Senthil Kumar Ganesan 2016-09-09 09:32:24 -07:00
parent 3e18676af4
commit 1c7c3cc878

View file

@ -33,23 +33,22 @@ options:
default: 22
username:
description:
- This value I(username) is used to authenticate the SSH session to the
remote device. If the value is not specified in the task, the
value of environment variable ANSIBLE_NET_USERNAME will be used instead.
- User to authenticate the SSH session to the remote device. If the
value is not specified in the task, the value of environment variable
ANSIBLE_NET_USERNAME will be used instead.
required: false
password:
description:
- This value I(password) is used to authenticate the SSH session to
the remote device. If the value is not specified in the task, the
value of environment variable ANSIBLE_NET_PASSWORD will be used instead.
- Password to authenticate the SSH session to the remote device. If the
value is not specified in the task, the value of environment variable
ANSIBLE_NET_PASSWORD will be used instead.
required: false
default: null
ssh_keyfile:
description:
- This value I(ssh_keyfile) is the path to the key used to authenticate
the SSH session to the remote device. If the value is not specified
in the task, the value of environment variable ANSIBLE_NET_SSH_KEYFILE
will be used instead.
- Path to an ssh key used to authenticate the SSH session to the remote
device. If the value is not specified in the task, the value of
environment variable ANSIBLE_NET_SSH_KEYFILE will be used instead.
required: false
authorize:
description: