ansible/docs/docsite/rst/network/user_guide/platform_meraki.rst
Sandra McCann 54bee7152b
Update network platform guides with FQCN (#70699)
* fqcn all the docs things!
2020-07-31 15:57:57 -05:00

44 lines
1.1 KiB
ReStructuredText

.. _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`