This post discusses somewhat lesser known type of Ansible loop: "until" loop, which is used for retrying task until certain condition is met....
Tag: automation
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....
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....