Docs - Add Meraki to platform option list (#61651)

(cherry picked from commit 54906a68fe)
pull/63422/head
Kevin Breit 6 years ago committed by Toshio Kuratomi
parent f8cd3ca5a8
commit e56ee65ca7

@ -20,6 +20,7 @@ Some Ansible Network platforms support multiple connection types, privilege esca
platform_ios
platform_ironware
platform_junos
platform_meraki
platform_netvisor
platform_nos
platform_nxos
@ -74,6 +75,8 @@ Settings by Platform
+-------------------+-------------------------+-------------+---------+---------+----------+
| Lenovo ENOS | ``enos`` | ✓ | | | ✓ |
+-------------------+-------------------------+-------------+---------+---------+----------+
| Meraki | ``meraki`` | | | | ✓ |
+-------------------+-------------------------+-------------+---------+---------+----------+
| MikroTik RouterOS | ``routeros`` | ✓ | | | |
+-------------------+-------------------------+-------------+---------+---------+----------+
| Nokia SR OS | ``sros`` | ✓ | | | ✓ |

@ -0,0 +1,39 @@
.. _meraki_platform_options:
***************************************
Meraki Platform Options
***************************************
Meraki only support supports the ``local`` connection type at this time.
.. contents:: Topics
Connections Available
================================================================================
.. table::
:class: documentation-table
==================== ==========================================
.. Dashboard API
==================== ==========================================
Protocol HTTP(S)
Credentials uses API key from Dashboard
Connection Settings ``ansible_connection: localhost``
Returned Data Format ``data.``
==================== ==========================================
Example Meraki Task
-------------------
.. code-block:: yaml
meraki_organization:
auth_key: abc12345
org_name: YourOrg
state: present
delegate_to: localhost
Loading…
Cancel
Save