Meraki Platform Options¶
Meraki only support 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¶
meraki_organization:
  auth_key: abc12345
  org_name: YourOrg
  state: present
delegate_to: localhost
