summaryrefslogtreecommitdiffstats
path: root/docs/docsite/rst/network/user_guide/platform_meraki.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docsite/rst/network/user_guide/platform_meraki.rst')
-rw-r--r--docs/docsite/rst/network/user_guide/platform_meraki.rst44
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/docsite/rst/network/user_guide/platform_meraki.rst b/docs/docsite/rst/network/user_guide/platform_meraki.rst
new file mode 100644
index 0000000..e51ca5b
--- /dev/null
+++ b/docs/docsite/rst/network/user_guide/platform_meraki.rst
@@ -0,0 +1,44 @@
+.. _meraki_platform_options:
+
+***************************************
+Meraki Platform Options
+***************************************
+
+The `cisco.meraki <https://galaxy.ansible.com/cisco/meraki>`_ collection only supports the ``local`` connection type at this time.
+
+.. contents::
+ :local:
+
+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
+
+ cisco.meraki.meraki_organization:
+ auth_key: abc12345
+ org_name: YourOrg
+ state: present
+ delegate_to: localhost
+
+.. seealso::
+
+ :ref:`timeout_options`