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

May 26, 2022
Don Schenck
Related topics:
Automation and management
Related products:
Red Hat Ansible Automation Platform

    Red Hat Ansible Automation Platform is a Red Hat offering based on Ansible that allows you to configure your systems via code, and version 2.2 is now generally available. Whether you want to install a framework, deploy an application, or tweak some network settings, Ansible Automation Platform is the easiest way to get the job done.

    Ansible Automation Platform works with Red Hat OpenShift too, which means you can bring network administration experience from virtual machine (VM) environments to the brave new world of containers and microservices.

    Here's a list of what's new for Ansible Automation Platform 2.2:

    • A topology viewer
    • More powerful developer tooling
    • Enhancements to network automation
    • Streamlined integration with Red Hat Lightspeed
    • Evolving support in Red Hat Enterprise Linux
    • Chain-of-custody tracking via digitally-signed components
    • An automation services catalog as a self-hosted, on-premises offering

    Let's dive into the details for each of these.

    Topology viewer

    The Ansible Automation Platform topology viewer (Figure 1) allows you to see your overlay network and the results of Ansible automation. The visual layout makes support and troubleshooting easier while providing you with a big-picture view.

    Screenshot of the topology viewer, which shows the relationships between your resources.
    Figure 1: The topology viewer shows the relationships between your resources.

    More powerful developer tooling

    Ansible now has ansible-lint, which works like any good code linter to highlight errors, promote best practices, and reduce mistakes. ansible-lint also acts as an assistant if you're upgrading from an older (1.2) version of Ansible Automation Platform—which has an end-of-life date of September 2023.

    There's also ansible-navigator 2.0, which brings other added capabilities to the table as well:

    • Pass-through control of ansible-builder, along with experimental pass-through control of ansible-lint
    • Simple settings management of modified and active ansible-navigator configurations within Visual Studio Code
    • Native execution of ad hoc Ansible commands in an execution environment

    To make playbook development easier, a Visual Studio Code extension is available for download (Figure 2). As you would expect, this extension does syntax highlighting and real-time code validation as you type. Autocompletion is built in, and the extension has ansible-lint integrated as well.

    The Visual Studio Marketplace offers a VS Code extension for Ansible.
    Figure 2: The Visual Studio Marketplace offers a VS Code extension for Ansible.
    Figure 2: The Visual Studio Marketplace offers a Visual Studio Code extension for Ansible.

    Enhancements to network automation

    Ansible Automation Platform 2.2 brings better performance and resilience to your automation tasks. libssh, which uses the pylibSSH library, is now used by default for SSH connections.

    This new release also uses direct execution by default to improve performance. This means that commands are carried out by the Ansible control node instead of being packaged and executed by the shell.

    New resource modules have been released, including snmp_server and hostname modules for supported network operating systems: Arista, Cisco, Juniper, and VyOS.

    Streamlined integration with Red Hat Lightspeed

    Ansible Automation Platform 2.2 includes a simpler, more intuitive way to connect your automation data with Red Hat Lightspeed. The insights-client package is responsible for ensuring that connected data for your Ansible Automation Platform infrastructure has also been added to the bundled installer on the Red Hat Customer Portal.

    Once you are connected with Red Hat Lightspeed, you can get actionable metrics and dashboards to help identify, troubleshoot, and resolve operational, business, and security issues across your entire ecosystem.

    You also gain full visibility into the performance and return on investment (ROI) of your efforts, helping you make more informed decisions to optimize and expand your automation.

    Evolving support in Red Hat Enterprise Linux

    Red Hat Enterprise Linux is keeping up with Ansible Automation Platform in a number of ways:

    • Ansible Automation Platform 2.2 components are now available in the Red Hat Customer Portal as RPM packages, in both versions 8 and 9 of Red Hat Enterprise Linux.
    • Ansible Automation Platform 2.2 brings support for version 13 of the PostgreSQL database, which is in Red Hat Enterprise Linux 9. PostgreSQL 13 can be used by multiple Ansible Automation Platform components for improved compatibility and performance.
    • Ansible Automation Platform 2.2 includes an updated certified Red Hat Enterprise Linux System Roles Collection to automate Red Hat Enterprise Linux 9 instances.

    An eye toward the future…

    The following two features have been introduced in Ansible Automation Platform 2.2 as technology previews. These features provide early access to upcoming product innovations.

    Chain-of-custody tracking via digitally-signed components

    Digital signing of content is an important security feature that allows you to assure that the chain of custody for your assets stays within trusted providers.

    Red Hat is also announcing Red Hat Ansible Certified Content: Digitally-signed content from Red Hat and partners to provide end-to-end security from download to deployment.

    You can also sign your own content when publishing it to your private automation hub.

    Automation services catalog as a self-hosted, on-premises offering

    The automation services catalog is now a self-hosted, on-premises (private) offering. This gives automation creators and business users self-service access across physical, virtual, cloud, container, and edge environments.

    This new iteration of the automation services catalog helps organizations extend the value of their automation to the business user by presenting access to Ansible Automation Platform in a catalog-style format.

    With multilevel approval and role-based access control (RBAC), administrators can deploy projects more quickly, with the governance they need to meet compliance and procurement requirements.

    Make the move to 2.2

    You can download the new version of Ansible Automation Platform from our Ansible website. Try out the newest version and automate everything you do.

    Last updated: November 6, 2025

    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

    What’s up next?

    Need to improve operational efficiency? Want to capture organizational processes to create repeatable, measurable, and consistent execution of your goals? Red Hat JBoss BPM Suite solves real-world optimization challenges. In Effective Business Process Management with JBoss BPM, author and Red Hatter Eric D. Schabell provides a step-by-step review of Red Hat JBoss BPM Suite, a powerful and easy-to-use business process management system.

    Get the free e-book
    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.