Clarify platform EOS and NXOS table settings (#55096)

This commit is contained in:
Sandra McCann 2019-04-11 11:32:50 -04:00 committed by Alicia Cozine
parent 2cc91e26e0
commit 7a1e2ef746
2 changed files with 18 additions and 15 deletions

View file

@ -21,20 +21,22 @@ Connections Available
+---------------------------+-----------------------------------------------+---------------------------------------------+ +---------------------------+-----------------------------------------------+---------------------------------------------+
| **Indirect Access** | via a bastion (jump host) | via a web proxy | | **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 | | | | | | | OR |
| | | | | | ``ansible_connection: local`` | | | | | | | |
| | | | | | with ``transport: eapi`` | | | | | | | * ``ansible_connection: local`` |
| | | | | | in the ``provider`` dictionary | | | | | | | with ``transport: eapi`` |
| | | | | | in the ``provider`` dictionary |
+---------------------------+-----------------------------------------------+---------------------------------------------+ +---------------------------+-----------------------------------------------+---------------------------------------------+
| | **Enable Mode** | | supported - use ``ansible_become: yes`` | | supported: | | | **Enable Mode** | | supported - use ``ansible_become: yes`` | | supported: |
| | (Privilege Escalation) | | with ``ansible_become_method: enable`` | | ``httpapi`` | | | (Privilege Escalation) | | with ``ansible_become_method: enable`` | | * ``httpapi`` |
| | | | | | uses ``ansible_become: yes`` | | | | | | | uses ``ansible_become: yes`` |
| | | | | | with ``ansible_become_method: enable`` | | | | | | | with ``ansible_become_method: enable`` |
| | | | | | ``local`` | | | | | | | |
| | | | | | uses ``authorize: yes`` | | | | | | | * ``local`` |
| | | | | | and ``auth_pass:`` | | | | | | | uses ``authorize: yes`` |
| | | | | | in the ``provider`` dictionary | | | | | | | and ``auth_pass:`` |
| | | | | | in the ``provider`` dictionary |
+---------------------------+-----------------------------------------------+---------------------------------------------+ +---------------------------+-----------------------------------------------+---------------------------------------------+
| **Returned Data Format** | ``stdout[0].`` | ``stdout[0].messages[0].`` | | **Returned Data Format** | ``stdout[0].`` | ``stdout[0].messages[0].`` |
+---------------------------+-----------------------------------------------+---------------------------------------------+ +---------------------------+-----------------------------------------------+---------------------------------------------+

View file

@ -21,11 +21,12 @@ Connections Available
+---------------------------+-----------------------------------------------+-----------------------------------------+ +---------------------------+-----------------------------------------------+-----------------------------------------+
| **Indirect Access** | via a bastion (jump host) | via a web proxy | | **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 | | | | | | | OR |
| | | | | | ``ansible_connection: local`` | | | | | | | |
| | | | | | with ``transport: nxapi`` | | | | | | | * ``ansible_connection: local`` |
| | | | | | in the ``provider`` dictionary | | | | | | | with ``transport: nxapi`` |
| | | | | | in the ``provider`` dictionary |
+---------------------------+-----------------------------------------------+-----------------------------------------+ +---------------------------+-----------------------------------------------+-----------------------------------------+
| | **Enable Mode** | | supported - use ``ansible_become: yes`` | | not supported by NX-API | | | **Enable Mode** | | supported - use ``ansible_become: yes`` | | not supported by NX-API |
| | (Privilege Escalation) | | with ``ansible_become_method: enable`` | | | | | (Privilege Escalation) | | with ``ansible_become_method: enable`` | | |