This post discusses somewhat lesser known type of Ansible loop: "until" loop, which is used for retrying task until certain condition is met....
Tag: tools
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're going to write Python program that generates DSCP to ToS conversion table while avoiding hardcoding values as much as possible. We will then save the final table to csv file with pre-defined column headers....
In this post we learn how to use Vrnetlab to run virtual network topologies in Docker containers....
In this post we're looking at YAML anchors and aliases. We also look at different ways of stopping PyYAML from using references when serializing data structures....