diff --git a/docs/docsite/rst/network/user_guide/platform_nxos.rst b/docs/docsite/rst/network/user_guide/platform_nxos.rst index 84f41570f42..997c8cad594 100644 --- a/docs/docsite/rst/network/user_guide/platform_nxos.rst +++ b/docs/docsite/rst/network/user_guide/platform_nxos.rst @@ -22,6 +22,10 @@ Connections Available | **Indirect Access** | via a bastion (jump host) | via a web proxy | +---------------------------+-----------------------------------------------+-----------------------------------------+ | | **Connection Settings** | | ``ansible_connection: network_cli`` | | ``ansible_connection: httpapi`` | +| | | | | | OR | +| | | | | | ``ansible_connection: local`` | +| | | | | | with ``transport: nxapi`` | +| | | | | | in the ``provider`` dictionary | +---------------------------+-----------------------------------------------+-----------------------------------------+ | | **Enable Mode** | | supported - use ``ansible_become: yes`` | | not supported by NX-API | | | (Privilege Escalation) | | with ``ansible_become_method: enable`` | | |