Understanding Nautobot Integrations for NetDevOps Pipelines
By now, you can probably see that Nautobot as a system is a great platform to have in your arsenal for network automation. You’ve learned about the data model in Nautobot and installed it, learned about the power of Nautobot’s extensibility features, and even learned about its APIs. Going one step further, what integrations does Nautobot have? How do you interact with the data, populate data, and move even quicker once you have Nautobot up and running? There are several tools and integrations available to help along the way.
Nautobot has integrations with Python, Ansible, GoLang, Docker, Kubernetes, and more. We’ll be providing a quickstart guide for each integration, ensuring that you know what they are and how they can be used. In this chapter, we will cover the following topics:
- Exploring pynautobot
- Understanding the Nautobot Ansible Collection
- Using Nornir Nautobot
- Exploring...