Ansible Jinja2 Conditional Ternary service_type with expose_service
Introduction In Kubernetes-related automation, it’s common to toggle between NodePort and ClusterIP depending on whether a service should be exposed or not.
Continue readingIntroduction In Kubernetes-related automation, it’s common to toggle between NodePort and ClusterIP depending on whether a service should be exposed or not.
Continue readingIntroduction Writing efficient conditional logic in Ansible often means leveraging Jinja2 templating.
Continue readingAs the days count down to KubeCon + CloudNativeCon Europe 2025 in London, I, Luca Berton, am eagerly preparing for my first-ever attendance at this premier Kubernetes and cloud-native event.
Continue reading🚀 Announcing “Red Hat Enterprise Linux 9 for SysAdmins” Buy on Amazon Buy on BPB I’m excited to announce the release of “Red Hat Enterprise Linux 9 for SysAdmins”, co-authored with Jerome Gotangco!
Continue reading🔍 Introduction When deploying a Flask web application, it’s best practice to place it behind a reverse proxy to enhance security, enable SSL encryption, and optimize traffic handling.
Continue reading🔍 Introduction to AIOps In today’s fast-paced digital world, IT operations teams are under immense pressure to maintain uptime, optimize performance, and manage increasingly complex hybrid cloud environments.
Continue reading🚀 CfgMgmtCamp 2025: Automating AI-Powered Graph Databases with Ansible Yesterday, at CfgMgmtCamp 2025, I had the privilege of presenting Automating AI-Powered Graph Databases with Ansible.
Continue readingIntroduction Modern DevOps practices rely heavily on automation tools to streamline infrastructure provisioning and configuration management.
Continue readingIn the world of DevOps and Infrastructure as Code (IaC), Ansible and Terraform are prominent tools.
Continue readingDiscover the Power of Open Source at FOSDEM 2025 I’m excited to announce that I’ll be attending FOSDEM 2025, the premier open-source software event, held on February 1–2, 2025, at the ULB Solbosch Campus in Brussels, Belgium.
Continue readingOptimizing Nested Lists in Ansible Ansible, a powerful IT automation tool, often deals with complex data structures.
Continue readingIntroduction In the world of IT automation, JSON data manipulation is a common task.
Continue readingAutomating depmod Command with Ansible The depmod command in Linux is critical for generating module dependency information, stored in /lib/modules/<kernel-version>/modules.
Continue readingIntroduction In the realm of Ansible automation, managing variables effectively can save time and reduce errors.
Continue readingRed Hat Leads the Pack in G2 Rankings Red Hat, a pioneer in open-source solutions, has once again secured top honors in G2’s peer-reviewed software rankings for 2024.
Continue readingWatch on Pluralsight As organizations increasingly rely on cloud-based solutions for development and testing, optimizing resource usage becomes paramount.
Continue readingDynamically constructing and managing data structures is a crucial skill in Ansible automation, especially for tasks that require flexible and reusable configurations.
Continue readingUnderstanding the Issue: Breaking Dependencies with Variable Changes Changing a primary variable in a configuration or script can unintentionally break dependent variables or components.
Continue readingManaging Compliance Drift with Ansible In the fast-paced world of IT operations, maintaining configuration compliance is essential for securing systems and ensuring operational efficiency.
Continue readingIntroduction Managing a large-scale Ansible deployment with 3000 servers can lead to network bottlenecks, extended wait times, and task failures.
Continue readingIntroduction As IT environments scale, automation tools like Ansible face unique performance challenges.
Continue readingLearn how to configure default SSH credentials for seamless Ansible automation.
Continue readingTroubleshooting: Configure User Quotas on Ansible Managed Systems Learn how to resolve the common error related to user quota configuration using Ansible.
Continue readingTroubleshooting: Configure User Quotas on XFS File Systems Using Ansible Learn how to resolve the common error related to user quota configuration on XFS file systems with Ansible.
Continue readingWhen writing Ansible playbooks, efficient use of variables is crucial to avoid unintended behavior or collisions.
Continue reading