Two more Ansible Releases

After coming from DevConf.cz, on 22nd of June I released Ansible Community Package 7.7.0 and 8.1.0. This is the last release of the Ansible 7 series and first minor release of the Ansible 8 series. Ansible Community Package 7.7.0 Ansible 7.7.0…

Event Driven Ansible, it is

We had our 3rd Ansible Stockholm Meetup on the 3rd of May, 2023, at Sunet. It was the time to learn about Event Driven Ansible. Wikipedia says Event-driven architecture is a software architecture paradigm promoting the production, detection, consumption of, and reaction to an action or occurrence recognized by software…

Ansible Community Day, India, 2023

Ansible community is not a monolith but a community of communities. We have 20+ sub-projects inside the Ansible ecosystem. Sometimes it is nearly impossible to keep track of what is happening on the other part of the project. Ansible Community Days are an initiative by the Ansible Community to connect…

Bare minimum vim setup for YAML

I am spending my days with Ansible and Kubernetes. This means I am writing YAML files all day long. I invariably spend a significant portion of my working hours fixing indentations in the YAML files. I am sure this is the case with many DevOps engineers these days. I found…

How to use Network Time Security on your system

But what is Network Time Security (NTS)? To understand NTS, first we have to get familiar with NTP. NTP, Network Time Protocol is a networking protocol for clock synchronization. In simple terms this protocol helps your system to get correct time. RFC 5905 lays the ground rule for NTP. Now,…

Dgplug summer training, 2022

dgplug summer training 2022 will start at 13:00 UTC, 25th July. This is our 15th edition. Following our tradition, we have updated and modified our training based on the feedback from the old participants and community at large. There shall be more experiments for the betterment during this year’…

Update on foss.training infrastructure

This summer we are having 15th edition of Dgplug summer training. July, 2022 is when the training begins. It was a long due task on me to revamp the infrastructure. Website update Our foss.training website is now all ready with it’s new avatar, a hearty gratitude to Saptak…

Different VirtualHost entries for IPv4 and IPv6 in apache

The VirtualHost directive in Apache configuration enables us to run multiple websites on a single server. I wanted to have two different VirtualHost entries for the same domain on different IPv4 and IPv6 addresses. I am using adas.example.org as the domain name in the example mentioned here. <…