mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Addressed review comments from @gundalow
This commit is contained in:
parent
3e18676af4
commit
1c7c3cc878
1 changed files with 9 additions and 10 deletions
|
@ -33,23 +33,22 @@ options:
|
||||||
default: 22
|
default: 22
|
||||||
username:
|
username:
|
||||||
description:
|
description:
|
||||||
- This value I(username) is used to authenticate the SSH session to the
|
- User to authenticate the SSH session to the remote device. If the
|
||||||
remote device. If the value is not specified in the task, the
|
value is not specified in the task, the value of environment variable
|
||||||
value of environment variable ANSIBLE_NET_USERNAME will be used instead.
|
ANSIBLE_NET_USERNAME will be used instead.
|
||||||
required: false
|
required: false
|
||||||
password:
|
password:
|
||||||
description:
|
description:
|
||||||
- This value I(password) is used to authenticate the SSH session to
|
- Password to authenticate the SSH session to the remote device. If the
|
||||||
the remote device. If the value is not specified in the task, the
|
value is not specified in the task, the value of environment variable
|
||||||
value of environment variable ANSIBLE_NET_PASSWORD will be used instead.
|
ANSIBLE_NET_PASSWORD will be used instead.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
ssh_keyfile:
|
ssh_keyfile:
|
||||||
description:
|
description:
|
||||||
- This value I(ssh_keyfile) is the path to the key used to authenticate
|
- Path to an ssh key used to authenticate the SSH session to the remote
|
||||||
the SSH session to the remote device. If the value is not specified
|
device. If the value is not specified in the task, the value of
|
||||||
in the task, the value of environment variable ANSIBLE_NET_SSH_KEYFILE
|
environment variable ANSIBLE_NET_SSH_KEYFILE will be used instead.
|
||||||
will be used instead.
|
|
||||||
required: false
|
required: false
|
||||||
authorize:
|
authorize:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue