Meraki Platform Options¶
The cisco.meraki collection only supports the local
connection type at this time.
Connections available¶
Dashboard API | |
---|---|
Protocol | HTTP(S) |
Credentials | uses API key from Dashboard |
Connection Settings | ansible_connection: localhost |
Returned Data Format | data. |
Example Meraki task¶
cisco.meraki.meraki_organization:
auth_key: abc12345
org_name: YourOrg
state: present
delegate_to: localhost
See also