blob: 0484243d1e3bde061b58c9785027cbb877f36af5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
- hosts: localhost
gather_facts: false
tasks:
# - name: Update by id
# cisco.meraki.devices:
# meraki_suppress_logging: false
# state: present
# # lat: "37.4180951010364"
# # lng: "-122.098531723021"
# # mac: 4c:c8:a1:11:01:0b
# name: My AP 3
# serial: QBSD-36C3-473D
# # tags: ["testing"]
- name: change name of device
cisco.meraki.devices:
name: new name 12
serial: QBSC-ALSL-3GXN
state: present
|