Ansible 8.3.0 out now

I released the Ansible 8.3.0 on 15th August, 2023. This is the Ansible stable release. You can read the full Changelog here You can install it via pip. python3 -m pip install ansible==8.3.0 --user You can have a look at the announcement. Fun fact while…

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…

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…

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…