First Ansible Playbook

Add a Syslog Server to all your Meraki MX devices using ANSIBLE. List all the MERAKI devices on your organization. (Or the ones you want to affect with this playbook) One easy way to do that is to use POSTMAN. We can take advantage of the MERAKI collection available. For this case we will use the List the Netowrks in an Organitation API call GET {{baseUrl}}/organizations/:organizationId/networks This API call will return the list of all networks (in our cas all of them are MX devices)....

July 7, 2023 · 2 min