Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

What’s new in Ansible Automation Platform 2.3

November 29, 2022
Himanshu Yadav
Related topics:
Automation and managementEvent-driven
Related products:
Red Hat Ansible Automation Platform

    Red Hat Ansible Automation Platform 2.3 is generally available (GA). It is a simple, agentless automation platform that improves your current processes, migrates apps for better optimization, and provides a single language for DevOps practices across your organization. This article describes the new features of Ansible Automation Platform 2.3.

    1. A more secure trusted automation supply chain

    As your automation grows, so does the amount of content required to run it. The Ansible Automation Platform 2.3 has been designed to help you enable a trusted software supply chain for your automation content that is more secure from end to end. The Ansible Automation Platform 2.3 has new security-focused features, tooling, and content, including:

    • Ansible-sign tool: This new tool enables automation controller project signing. Projects are logical arrangements of Ansible Playbooks, represented in the Ansible automation controller. The signing of projects adds additional checks for playbooks held in source control.
    • Sign and validate Ansible content via a WebUI: The signing of collections and execution environments was first released as a technology preview in Ansible Automation Platform 2.2 utilizing the command line. Now, the private automation hub allows administrators to sign collections and execution environments directly from the WebUI and validate signed content, simplifying content control.
    • Profile support in Ansible Lint: This allows linting rulesets to be changed depending on the environment. Ansible Lint is fully supported in Ansible Automation Platform 2.3 after its inclusion in the Ansible Automation Platform 2.2 technology preview. Ansible Lint provides support for teams striving to write cleaner Ansible Playbook YAML and follow recommended coding practices. 
    • Validated content: We are also excited to introduce Ansible validated content, which complements the existing ecosystem of the Ansible community and Ansible certified content. Validated content provides opinionated Ansible roles to help your teams automate faster by utilizing a trusted, expert-led path for performing day-2 operational tasks against public clouds, networks, and even the Ansible Automation Platform itself. Initially, Ansible validated content collections will be pre-loaded into a private automation hub. 

    2. Simpler infrastructure

    Ansible Automation Platform 2.3 offers an automation management experience with more simplicity, accessibility, and choice. The simplified infrastructure and management plane will lower the barriers to automation content creation entry and allow your teams to onboard new platforms quickly without waiting for an Ansible content collection build.

    Additional improvements:

    • Direct LDAP support with RBAC: Private automation hub can now directly integrate with your LDAP system and provide role-based access controls (RBAC).
    • Platform Installer enhancements: These enhancements handle fapolicyd and simplify day zero by bundling an ansible-builder image with certified collections and an option to uninstall.
    • Ansible Automation Platform Operator for Day 2 operations: Configure, update, and maintain Ansible Automation Platform components.

    3. Improved automation scalability

    A containerized architecture, paired with the automation controller and automation mesh components, anchors Ansible Automation Platform 2’s core mission - to help you “create, manage, and scale” your automation in entirely new ways.

    Key platform component updates in the latest release include the automation controller, which continues to evolve. Now the controller meshed with sub-components activates and completes actions on behalf of the primary controller. This allows you to simplify execution node deployments and accelerate automation adoption. It also increases resiliency by running automation workloads closer to their endpoints.

    4. Enhanced automation mesh features

    New automation mesh features in the tech preview for the 2.3 release include the following:

    • Simplified the adding and removing of execution node capacity. We have removed the requirements for using the platform installer to add or remove execution nodes.
    • Enhancements for job utilization on multiple execution nodes. A more efficient task manager makes for more efficient use of execution nodes and increases your automation capacity.
    • Support for external execution nodes. Automation mesh now allows you to connect external execution nodes to your Red Hat OpenShift Ansible Automation Platform installation. This new feature provides you more flexibility and agility to deliver automation across the hybrid cloud, including physical, virtual, cloud, and the edge.

    5. Developer preview of Event-Driven Ansible

    Several new Event-Driven Ansible capabilities have also been released as a Developer Preview from Red Hat. This component is not supported by Red Hat, is not included as part of the bundled installer, and must be installed separately per the upstream documentation. The Event-Driven Ansible is a scalable, responsive automation capability that processes events containing discrete, actionable intelligence. It will empower teams to determine the appropriate response to an event and execute automated actions to address or remediate it.

    Event-Driven Ansible will free teams from mundane tasks to focus on innovation while enabling more responsive and resilient IT services through the faster resolution of requests.

    New features in the developer preview include:

    • A rules language and file structure for defining a relationship between events and actions.
    • A fully integrated RESTful API to automate automation jobs and workflows.
    • Integrated webhook support with GitHub and GitLab to provide automation into existing GitOps workflows.

    You can find more details about event-driven automation here.

    Make the move to Ansible Automation Platform 2.3

    You can download the latest version of the Ansible Automation Platform from our website at no cost. Ansible Automation Platform is also available as a managed offering on Microsoft Azure and as a self-managed offering on AWS. Get started with the Ansible Automation Platform by exploring interactive labs. 

    Last updated: August 14, 2023
    Disclaimer: Please note the content in this blog post has not been thoroughly reviewed by the Red Hat Developer editorial team. Any opinions expressed in this post are the author's own and do not necessarily reflect the policies or positions of Red Hat.

    Recent Posts

    • Red Hat Hardened Images: Top 5 benefits for software developers

    • How EvalHub manages two-layer Kubernetes control planes

    • Tekton joins the CNCF as an incubating project

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    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
    © 2026 Red Hat

    Red Hat legal and privacy links

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

    Chat Support

    Please log in with your Red Hat account to access chat support.