PR comments resolved
This commit is contained in:
parent
036d137411
commit
fb348caee3
3 changed files with 2 additions and 5 deletions
|
@ -32,7 +32,6 @@ Connections Available
|
|||
| **Returned Data Format** | ``stdout[0].`` |
|
||||
+---------------------------+-----------------------------------------------+
|
||||
|
||||
For legacy playbooks, ICX still supports ``ansible_connection: local``. We recommend modernizing to use ``ansible_connection: network_cli`` as soon as possible.
|
||||
|
||||
Using CLI in Ansible
|
||||
====================
|
||||
|
|
|
@ -49,8 +49,6 @@ Settings by Platform
|
|||
+-------------------+-------------------------+-------------+---------+---------+----------+
|
||||
| Cisco IOS XR* | ``iosxr`` | ✓ | | | ✓ |
|
||||
+-------------------+-------------------------+-------------+---------+---------+----------+
|
||||
| Cisco IOS XR* | ``iosxr`` | ✓ | | | ✓ |
|
||||
+-------------------+-------------------------+-------------+---------+---------+----------+
|
||||
| Cisco NX-OS* | ``nxos`` | ✓ | | ✓ | ✓ |
|
||||
+-------------------+-------------------------+-------------+---------+---------+----------+
|
||||
| Dell OS6 | ``dellos6`` | ✓ | | | ✓ |
|
||||
|
|
|
@ -8,9 +8,9 @@ DOCUMENTATION = """
|
|||
---
|
||||
author: Ruckus Wireless (@Commscope)
|
||||
cliconf: icx
|
||||
short_description: Use icx cliconf to run command on Cisco ICX platform
|
||||
short_description: Use icx cliconf to run command on Ruckus ICX platform
|
||||
description:
|
||||
- This icx plugin provides low level abstraction apis for
|
||||
- This icx plugin provides low level abstraction APIs for
|
||||
sending and receiving CLI commands from Ruckus ICX network devices.
|
||||
version_added: "2.9"
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue