Hello!
this might be quite specific, but I'm loosing the will...
We're trying to automate our switch configuration using Ansible with Netbox providing the configurations.
I've got a dynamic inventory xml which is generated by querying Netbox via the Rest API based on tags.
I want the playbook to pull all the switch information from Netbox and push it to the relevant switch.
I've had this working for a single switch on a single interface, but after trying for many hours, I can't get it to loop through each interface on each switch.
Is anyone doing anything similar? Is this even a good idea? What am I doing with my life?