summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlicia Cozine <cozi@visi.com>2018-05-30 16:06:32 -0500
committerGitHub <noreply@github.com>2018-05-30 16:06:32 -0500
commita2ca2e2a258b7f85e9e9543e753c8a7b8a3d346c (patch)
tree163fd801f8cfcdf646a7a5505096d63a069c6dbe
parent0c907779a414fd3394db016d98283a611e69b6ee (diff)
downloadansible-a2ca2e2a258b7f85e9e9543e753c8a7b8a3d346c.tar.gz
reinstates connection:local as an option for nxapi (#40834) (#40916)
(cherry picked from commit 0e0a5243c8baa6c706ab27efaaa89b82c7958688)
-rw-r--r--docs/docsite/rst/network/user_guide/platform_nxos.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/docsite/rst/network/user_guide/platform_nxos.rst b/docs/docsite/rst/network/user_guide/platform_nxos.rst
index 84f41570f4..997c8cad59 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`` | | |