summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSandra McCann <samccann@redhat.com>2019-04-11 19:29:56 -0400
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2019-04-11 18:29:56 -0500
commitc44c38cdc2240e606bea2b68ded90de2dc6994e9 (patch)
treea7e20fc284b8041d47d61b17a15e8edcf851d5ac /docs
parentb65aaa8f9ad94b7e2ad1f8646d5e4bc3e5e090be (diff)
downloadansible-c44c38cdc2240e606bea2b68ded90de2dc6994e9.tar.gz
Clarify platform EOS and NXOS table settings (#55096) (#55174)
(cherry picked from commit 7a1e2ef746a12318917f15b946eed5aaf0bcb445)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/network/user_guide/platform_eos.rst24
-rw-r--r--docs/docsite/rst/network/user_guide/platform_nxos.rst9
2 files changed, 18 insertions, 15 deletions
diff --git a/docs/docsite/rst/network/user_guide/platform_eos.rst b/docs/docsite/rst/network/user_guide/platform_eos.rst
index ddd416b2ac..32d46ca1e2 100644
--- a/docs/docsite/rst/network/user_guide/platform_eos.rst
+++ b/docs/docsite/rst/network/user_guide/platform_eos.rst
@@ -21,20 +21,22 @@ Connections Available
+---------------------------+-----------------------------------------------+---------------------------------------------+
| **Indirect Access** | via a bastion (jump host) | via a web proxy |
+---------------------------+-----------------------------------------------+---------------------------------------------+
-| | **Connection Settings** | | ``ansible_connection: network_cli`` | | ``ansible_connection: httpapi`` |
+| | **Connection Settings** | | ``ansible_connection: network_cli`` | | * ``ansible_connection: httpapi`` |
| | | | | | OR |
-| | | | | | ``ansible_connection: local`` |
-| | | | | | with ``transport: eapi`` |
-| | | | | | in the ``provider`` dictionary |
+| | | | | | |
+| | | | | | * ``ansible_connection: local`` |
+| | | | | | with ``transport: eapi`` |
+| | | | | | in the ``provider`` dictionary |
+---------------------------+-----------------------------------------------+---------------------------------------------+
| | **Enable Mode** | | supported - use ``ansible_become: yes`` | | supported: |
-| | (Privilege Escalation) | | with ``ansible_become_method: enable`` | | ``httpapi`` |
-| | | | | | uses ``ansible_become: yes`` |
-| | | | | | with ``ansible_become_method: enable`` |
-| | | | | | ``local`` |
-| | | | | | uses ``authorize: yes`` |
-| | | | | | and ``auth_pass:`` |
-| | | | | | in the ``provider`` dictionary |
+| | (Privilege Escalation) | | with ``ansible_become_method: enable`` | | * ``httpapi`` |
+| | | | | | uses ``ansible_become: yes`` |
+| | | | | | with ``ansible_become_method: enable`` |
+| | | | | | |
+| | | | | | * ``local`` |
+| | | | | | uses ``authorize: yes`` |
+| | | | | | and ``auth_pass:`` |
+| | | | | | in the ``provider`` dictionary |
+---------------------------+-----------------------------------------------+---------------------------------------------+
| **Returned Data Format** | ``stdout[0].`` | ``stdout[0].messages[0].`` |
+---------------------------+-----------------------------------------------+---------------------------------------------+
diff --git a/docs/docsite/rst/network/user_guide/platform_nxos.rst b/docs/docsite/rst/network/user_guide/platform_nxos.rst
index 997c8cad59..65398b0578 100644
--- a/docs/docsite/rst/network/user_guide/platform_nxos.rst
+++ b/docs/docsite/rst/network/user_guide/platform_nxos.rst
@@ -21,11 +21,12 @@ Connections Available
+---------------------------+-----------------------------------------------+-----------------------------------------+
| **Indirect Access** | via a bastion (jump host) | via a web proxy |
+---------------------------+-----------------------------------------------+-----------------------------------------+
-| | **Connection Settings** | | ``ansible_connection: network_cli`` | | ``ansible_connection: httpapi`` |
+| | **Connection Settings** | | ``ansible_connection: network_cli`` | | * ``ansible_connection: httpapi`` |
| | | | | | OR |
-| | | | | | ``ansible_connection: local`` |
-| | | | | | with ``transport: nxapi`` |
-| | | | | | in the ``provider`` dictionary |
+| | | | | | |
+| | | | | | * ``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`` | | |