summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/meraki/playbooks/devices.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cisco/meraki/playbooks/devices.yml')
-rw-r--r--ansible_collections/cisco/meraki/playbooks/devices.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/ansible_collections/cisco/meraki/playbooks/devices.yml b/ansible_collections/cisco/meraki/playbooks/devices.yml
new file mode 100644
index 000000000..0484243d1
--- /dev/null
+++ b/ansible_collections/cisco/meraki/playbooks/devices.yml
@@ -0,0 +1,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 \ No newline at end of file