Add supported connection in junos module documentation (#38813)

* Add supported connection in junos module documentation

Add supported connection type in junos module doucmentation.

* adds link to platform docs

* makes recommended connection a code snippet

* does this fix banner and command?

* does this fix the rest of the errors?
This commit is contained in:
Ganesh Nalawade 2018-04-17 10:27:29 +05:30 committed by GitHub
parent 8eb94ccbd5
commit 67d561b0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 38 additions and 0 deletions

View file

@ -92,6 +92,8 @@ notes:
- This module requires the netconf system service be enabled on
the remote device being managed.
- Tested against vSRX JUNOS version 15.1X49-D15.4, vqfx-10000 JUNOS Version 15.1X53-D60.4.
- Recommended connection is C(netconf). See L(the Junos OS Platform Options,../network/user_guide/platform_junos.html).
- This module also works with C(network_cli) connections and with C(local) connections for legacy playbooks.
"""
EXAMPLES = """