From 0e0a5243c8baa6c706ab27efaaa89b82c7958688 Mon Sep 17 00:00:00 2001 From: Alicia Cozine Date: Wed, 30 May 2018 08:43:33 -0500 Subject: [PATCH] reinstates connection:local as an option for nxapi (#40834) --- docs/docsite/rst/network/user_guide/platform_nxos.rst | 4 ++++ 1 file changed, 4 insertions(+) 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`` | | |