This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
vars:
|
vars:
|
||||||
debug: false
|
debug: true
|
||||||
oid: 537586
|
oid: 537586
|
||||||
nid: L_671599294431642401 # TaintonNet
|
nid: L_671599294431642401 # TaintonNet
|
||||||
vlans:
|
vlans:
|
||||||
@@ -92,6 +92,11 @@
|
|||||||
- "{{ nid }}"
|
- "{{ nid }}"
|
||||||
organizationId: "{{ oid }}"
|
organizationId: "{{ oid }}"
|
||||||
register: devices
|
register: devices
|
||||||
|
|
||||||
|
- name: Show Devices
|
||||||
|
ansible.builtin.debug:
|
||||||
|
msg: "{{ devices }}"
|
||||||
|
when: debug
|
||||||
|
|
||||||
- name: Update All Device Info
|
- name: Update All Device Info
|
||||||
cisco.meraki.devices:
|
cisco.meraki.devices:
|
||||||
|
|||||||
Reference in New Issue
Block a user