Introduction
If you've automated the generation of your network configuration, chances are you've used Jinja. If not,
Jinja is a templating engine used to generate text-based files from data input.
Below shows a quick example:
One feature that Jinja provides is filters. Filters allow you to
A common question that arises in the area of network automation is:
What’s the difference between Ansible and Nornir?
I mean, they are both frameworks that can manage and automate groups of network devices, right? They are also both built on top of Python. So what is the difference