Ansible Automation Forum for Public Sector organizations

Last Friday 5th of May, the Red Hat Ansible team facilitated an Automation Forum at Arbetsförmedlingen for Swedish Public sector authorities. We had different public sectors organizations such as Municipalities, Swedish Employment Agency, and many other government organizations present that day. Every organization has its own set of unique problems…

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…

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. <…