mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +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:
|
||||
- Specifies the port to use when buiding the connection to the remote
|
||||
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
|
||||
default: 22
|
||||
username:
|
||||
|
||||
Reference in New Issue
Block a user