summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/meraki/playbooks/organization.yml
blob: 271e3ccdfe3926b2d1e26886f4900acc870d3a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
- hosts: localhost
  gather_facts: false
  tasks:
    - name: Create
      cisco.meraki.organizations:
        meraki_suppress_logging: true
        # meraki_username: "{{meraki_username}}"
        # meraki_password: "{{meraki_password}}"
        # meraki_verify: "{{meraki_verify}}"
        # meraki_port: "{{meraki_port}}"
        # meraki_version: "{{meraki_version}}"
        # meraki_debug: "{{meraki_debug}}"
        state: present
        management:
          details:
          - name: MSP ID
            value: '12345678'
        name: Test Ansible
        organizationId: "575334852396583071"
        api:
          enabled: false