How I Used Complex Jinja2 Filters in Ansible
The jinja2 ansible filters could simplify our task when it comes to a need to construct some data array or convert input data to a different output. Recently...
The jinja2 ansible filters could simplify our task when it comes to a need to construct some data array or convert input data to a different output. Recently...
We are all using SSH in our daily tasks. It is mostly used for the connection to the remote host, but as we know, we are able to execute the command over the...
Overview When I started to work with Vagrant, I had a few requirements. Boot and set any number of virtual machines without a requirement to duplicate cod...
On a daily basis, I interact with many OpenStack environments. Some of them I’m deploying from scratch and some of them I get already deployed. Most of the t...
When I just started to work with Gerrit system, the links that I needed to use when pushing changes, confused me. So I went to the Gerrit documentation. Woul...