Hi all,
I currently use Ansible to generate all the network device configs and store them locally which works great. However, i currently have to store all my variables in a static .yml file.
Is it possible for ansible to hook into our netbox and pull the corect information needed to run the playbook? Essentially i want to get rid of the static vars file and use netbox instead.
Or do i need to go down the route of writing a python script that will write all the IP info to the vars file and then run ansible seperately?
I don’t mind either way but i would prefer to use ansible as it’s such a good product.
Many thanks in advance,
Marco