Developing NetBox Plugin - Part 1 - Setup and initial build
Learn how to build your own NetBox plugins. First post deals with setting up development environment and building plugin base....
Learn how to build your own NetBox plugins. First post deals with setting up development environment and building plugin base....
This post discusses somewhat lesser known type of Ansible loop: "until" loop, which is used for retrying task until certain condition is met....
In this post we're discussing import and include statements. We learn how these help us better structure our templates and make them easier to maintain....
In this post we look at Jinja macros. We learn what macros are and how to use them by following many examples illustrating different use case scenarios....
Learn how to use Python to translate between TCP/UPD port numbers and their names....