Skip to main content
Redhat Developers  Logo
  • Products

    Featured

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat OpenShift AI
      Red Hat OpenShift AI
    • Red Hat Enterprise Linux AI
      Linux icon inside of a brain
    • Image mode for Red Hat Enterprise Linux
      RHEL image mode
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • Red Hat Developer Hub
      Developer Hub
    • View All Red Hat Products
    • Linux

      • Red Hat Enterprise Linux
      • Image mode for Red Hat Enterprise Linux
      • Red Hat Universal Base Images (UBI)
    • Java runtimes & frameworks

      • JBoss Enterprise Application Platform
      • Red Hat build of OpenJDK
    • Kubernetes

      • Red Hat OpenShift
      • Microsoft Azure Red Hat OpenShift
      • Red Hat OpenShift Virtualization
      • Red Hat OpenShift Lightspeed
    • Integration & App Connectivity

      • Red Hat Build of Apache Camel
      • Red Hat Service Interconnect
      • Red Hat Connectivity Link
    • AI/ML

    • Automation

      • Red Hat Ansible Automation Platform
      • Red Hat Ansible Lightspeed
    • Developer tools

      • Red Hat Trusted Software Supply Chain
      • Podman Desktop
      • Red Hat OpenShift Dev Spaces
    • Developer Sandbox

      Developer Sandbox
      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Secure Development & Architectures

      • Security
      • Secure coding
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
      • View All Technologies
    • Start exploring in the Developer Sandbox for free

      sandbox graphic
      Try Red Hat's products and technologies without setup or configuration.
    • Try at no cost
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • Java
      Java icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • API Catalog
    • Product Documentation
    • Legacy Documentation
    • Red Hat Learning

      Learning image
      Boost your technical skills to expert-level with the help of interactive lessons offered by various Red Hat Learning programs.
    • Explore Red Hat Learning
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

Our top Ansible automation articles of 2024

Red Hat Developer’s year in review

December 5, 2024
Colleen Lobner
Related topics:
Automation and managementCI/CDDevOpsEvent-DrivenObservability
Related products:
Red Hat Ansible Automation Platform

Share:

    Our readers have spoken. Over the next few weeks, we'll be highlighting this year’s most popular articles from Red Hat engineers, architects, and other technical practitioners contributing to innovative open source solutions. Read on for the best of Ansible automation on Red Hat Developer in 2024.

    IT automation is not just a tool for improving efficiency; it’s a critical business capability. Development teams are increasingly automating common tasks like infrastructure provisioning, application deployment, and performing system updates. 

    Red Hat Ansible Automation Platform fosters rapid development and deployment through recent enhancements like the general availability of Ansible code bot, a Red Hat Ansible Lightspeed feature that scans your code repositories to recommend code quality improvements. The 2.5 release introduces new quick starts and also integrates the automation controller, Event-Driven Ansible, and Ansible automation hub into a single UI.

    Learn more: What’s new in Red Hat Ansible Automation Platform 2.5

    If you're looking to build your understanding of basic Ansible concepts, the Foundations of Ansible learning path is a great place to start. We also have 8 preview chapters from the upcoming Red Hat Certified Engineer (RHCE) Ansible Automation Study Guide by Red Hatters Alex Soto Bueno and Andrew Block (O’Reilly Media) available for download at no cost.

    The 10 most popular Ansible automation articles of 2024

    Our most popular posts on automation from the past year cover monitoring, Ansible development tools, security automation, and more to help you take advantage of key Ansible Automation Platform features.

    #10: Set up a streams for Apache Kafka cluster with Ansible

    By Romain Pelisse

    Based on the Apache Kafka project, streams for Apache Kafka is a powerful distributed event streaming platform. Using a fully distributed architecture, a streams for Apache Kafka cluster requires you to set up and deploy multiple services, ensure they are all properly configured, and that each component is functional and can communicate with each other.

    For all these reasons, applying an automation solution such as Red Hat Ansible Automation Platform to deploy and manage streams for Apache Kafka makes a lot of sense, especially considering Ansible now has a collection dedicated for the product. This article walks through how to deploy a fully functional streams for Apache Kafka cluster in an automated fashion using Ansible.

    Read it here: Set up a streams for Apache Kafka cluster with Ansible

    #9: A fully automated setup of a JBoss EAP cluster using Ansible

    By Romain Pelisse

    This article demonstrates how to fully automate and deploy a Red Hat JBoss Enterprise Application Platform (JBoss EAP) cluster using Ansible and the Red Hat Ansible Certified Content Collection for JBoss EAP.

    This approach lets you focus primarily on deploying the application, while the Red Hat Ansible Certified Content Collection for JBoss EAP handles most of the heavy lifting.

    Read it here: A fully automated setup of a JBoss EAP cluster using Ansible

    #8: Monitor Ansible Automation Platform using Prometheus, Node Exporter, and Grafana

    By Leonardo Araujo

    Learn how to monitor Red Hat Ansible Automation Platform running on premises using Prometheus, Node Exporter, and Grafana. The author explains how this stack offers a complete view for monitoring Ansible Automation Platform.

    Using the integration with the Ansible Automation Platform API, you can oversee day-to-day use of resources such as jobs, templates, and failed or successful executions. Node Exporter lets you create a visualization of capacity and consumption of computational resources.

    Read it here: Monitor Ansible Automation Platform using Prometheus, Node Exporter, and Grafana

    #7: OpenShift application monitoring with Event-Driven Ansible and Alertmanager

    By Himanshu Yadav

    Monitoring plays a crucial role in ensuring application reliability and performance. This tutorial explains how to set up effective application monitoring using Event-Driven Ansible automation and Alertmanager on Red Hat OpenShift. The process includes the following steps:

    1. Access the OpenShift cluster.
    2. Deploy the Quarkus application, Event-Driven Ansible, Prometheus, and Alertmanager.
    3. Test the Event-Driven Ansible functionality.

    Read it here: OpenShift application monitoring with Event-Driven Ansible & Alertmanager

    #6: Demystifying the role of an automation developer (it's not what you think)

    By Anshul Behl

    Put aside your job title or reporting structure—if you're an IT domain expert writing Ansible content to automate systems, you're an automation developer.

    Despite what the title might suggest, an automation developer is not a traditional software developer. In fact, most automation developers (or automation engineers or platform engineers) don’t have extensive development skills or backgrounds in coding, yet they are creating Ansible content every day and contributing to the successful adoption of automation within their organization.

    Read it here: Demystifying the role of an automation developer (it's not what you think)

    #5: Event-Driven Ansible rulebook for automation

    By Nagesh Rathod

    Event-Driven Ansible is an open source developer preview designed to flexibly enable teams to create event-driven automation scenarios across various IT domains (network, DevOps, security, CloudOps, infrastructure, and more).

    This article explains how to install ansible-rulebook command-line interface (CLI) tools and use them when executing the rulebooks. You'll use the rulebook to create a conditional event, so whenever that event occurs, it will trigger and execute the playbook that you defined in action. This is the first step to event-driven development.

    Read it here: Event-Driven Ansible rulebook for automation

    #4: Generate Ansible Playbooks using natural language prompts

    By Himanshu Yadav

    Discover how to generate complete Ansible Playbooks using natural language prompts with Red Hat's Ansible VS Code extension. The extension helps reduce the barrier of entry for new Ansible Playbook creation through a guided chat experience. 

    This article walks through how to install the VS Code extension, sign in to the Ansible Lightspeed, and generate a playbook. You'll also see how to explain the playbook with Ansible Lightspeed.

    Read it here: Generate Ansible Playbooks using natural language prompts

    #3: Patch updates on RHEL servers with Ansible Automation Platform 2.4

    By Himanshu Yadav

    Efficiently managing server infrastructure is imperative, and regular patching is essential for maintaining security, stability, and compliance across enterprise environments. However, manual patching can be time-consuming and error-prone, especially for large server deployments.

    This article is a helpful guide to automating patch updates of SELinux on Red Hat Enterprise Linux (RHEL) servers using Red Hat Ansible Automation Platform.

    Read it here: Patch updates on RHEL servers with Ansible Automation Platform 2.4

    #2: Monitor an Ansible Automation Platform database using Prometheus and Grafana

    By Leonardo Araujo

    This article is for sysadmins or database administrators who need to monitor PostgreSQL and identify areas for performance or availability improvement. You'll learn how to install and configure the Postgres Exporter, which is responsible for collecting data and usage statistics for PostgreSQL. 

    The Prometheus, Postgres Exporter, and Grafana stack offers a complete view of PostgreSQL database health, such as configurations, resource consumption, shared buffer, data ingestion, writing and reading in databases, conflicts and deadlocks, checkpoint, cache, sessions, and transactions.

    Read it here: Monitor an Ansible Automation Platform database using Prometheus and Grafana

    #1: Create an efficient Ansible development environment in VS Code

    By Nagesh Rathod

    When it comes to developing Ansible Playbooks and managing infrastructure, having a well-configured development environment can greatly enhance productivity.

    In our most popular automation article of 2024, learn how to set up an Ansible development environment in the popular VS Code IDE (integrated development environment).

    Read it here: Create an efficient Ansible development environment in VS Code

    Build your Ansible knowledge

    Learn how to create, manage, and scale automation with interactive hands-on labs and learning paths.

    • Foundations of Ansible
    • YAML essentials for Ansible
    • Get started with Ansible Playbooks
    • Getting started with Ansible Content Collections
    • Get started with the Ansible Visual Studio Code extension
    • Streamline automation in OpenShift Dev Spaces with Ansible

    If you’re looking for short, focused introductions to automation and the benefits it offers, the following e-books have you covered:

    • The cost of human error and the advantages of automation
    • Enhance security with automation
    • Automation at the edge
    • Choosing an automation tool
    • An IT executive's guide to automation

    Download Ansible cheat sheets that show you how to manage and configure remote hosts and more:

    • SSH into remote machines using Ansible
    • Network automation with Ansible validated content
    • WiFi automation with Ansible and SD-WAN Meraki

    Browse our full automation content archive.

    Get started with Ansible Automation Platform

    • Explore interactive hands-on labs.
    • Download Ansible Automation Platform at no cost.

    The rest of the best

    We'll be back with more content for tech practitioners in 2025. In the meantime, don't miss the rest of our 2024 year in review:

    • Application development
    • AI
    • Developer learning
    • Kubernetes and OpenShift
    • Linux
    • Programming languages, runtimes, and frameworks
    Last updated: December 20, 2024

    Related Posts

    • What’s new in Red Hat Ansible Automation Platform 2.5

    • What’s new in Red Hat Ansible Lightspeed with IBM watsonx Code Assistant

    • Enhance Ansible development experience with Lightspeed

    • Supercharge your Red Hat OpenShift local environment with Red Hat OpenShift Lightspeed

    • How to build virtual machines using Ansible Collections

    • 5 ways to leverage Event-Driven Ansible for your platform

    Recent Posts

    • Meet the Red Hat Node.js team at PowerUP 2025

    • How to use pipelines for AI/ML automation at the edge

    • What's new in network observability 1.8

    • LLM Compressor: Optimize LLMs for low-latency deployments

    • How to set up NVIDIA NIM on Red Hat OpenShift AI

    What’s up next?

    Get a preview of the Red Hat Certified Engineer Ansible Automation Study Guide (O’Reilly), which covers key Ansible concepts for your system administration needs.

    Get the e-book preview
    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    Build

    • Developer Sandbox
    • Developer Tools
    • Interactive Tutorials
    • API Catalog

    Quicklinks

    • Learning Resources
    • E-books
    • Cheat Sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site Status Dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Report a website issue