mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Merge pull request #17077 from agaffney/junos_doc_fix
Update junos docs fragment to note the default port for transport=netconf
This commit is contained in:
@@ -32,7 +32,7 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Specifies the port to use when buiding the connection to the remote
|
- Specifies the port to use when buiding the connection to the remote
|
||||||
device. The port value will default to the well known SSH port
|
device. The port value will default to the well known SSH port
|
||||||
of 22
|
of 22 (for C(transport=cli)) or port 830 (for C(transport=netconf))
|
||||||
required: false
|
required: false
|
||||||
default: 22
|
default: 22
|
||||||
username:
|
username:
|
||||||
|
|||||||
Reference in New Issue
Block a user