Replies: 1 comment 2 replies
-
You can already configure ansible to talk to Netbox, via the ansible netbox.netbox module. Here is how I use it: ansible.cfg
netbox.yaml
With the above configuration, the hosts are be grouped as "sites_XXX", "device_roles_YYY", "tags_ZZZ". Only devices and VMs with tag "ansible" will be visible in the inventory. The config_context provides layered configuration data to devices. Can you be more specific about what else you are looking for? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. I will be evaluating netbox and I am rethinking the tools our network engineers use to handle design, deploy and assurance. Right now we use a few different tools (home-grown, HPNA, etc) to handle these things, so my observation/question is this:
If netbox is at the front of the process where design happens, doesn't it make since for it to offer the capabilities to handle device configuration assurance?
I understand that netbox is extensible, but i think this is a core part to managing a network rather than an add on later....in my opinion.
I would expect for me to configure the deployment tool (i.e. ansible) to talk to devices, so it would come down to information exchange and keeping that as simple as possible, maybe through an ansible module as a start.
Beta Was this translation helpful? Give feedback.
All reactions