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 Red Hat Ansible Automation Platform 2.7

Streamline IT operations with Ansible Ansible Automation Platform 2.7, now available

June 10, 2026
Catherine Choi
Related topics:
Cloud automationAutomation and managementEvent-driven
Related products:
Red Hat Ansible Automation Platform

    Red Hat Ansible Automation Platform 2.7 is now generally available. This release continues our focus on making automation more efficient, resilient, and intelligent for IT teams operating at enterprise scale. Ansible Automation Platform 2.7 introduces new features and enhancements designed to streamline platform engineering, eliminate friction across the automation lifecycle, and put AI to work across IT operations.

    Key updates include an expanded automation portal with a new visual execution environment builder and centralized content catalog, along with the enhanced automation intelligent assistant that now supports bring-your-own-knowledge for enterprise-specific guidance. Ansible Automation Platform 2.7 also introduces a Technology Preview of native MCP server integration, enabling AI agents to query jobs, gather facts, and launch automation workflows through natural language, as well as Ansible development workspaces for a secure, consistent browser-based development environment.

    Execution environment builder

    A significant challenge in scaling automation is ensuring that developers can safely delegate execution, and that the environments their automation runs in are consistent and reproducible. The self-service automation portal addresses both problems in Ansible Automation Platform 2.7 with two major additions: a visual execution environment builder and a centralized content catalog.

    The visual execution environment builder walks developers through creating a custom automation environment entirely in the UI — selecting the base image, adding Ansible Content Collections, Python packages, system libraries and custom build steps — without touching the command line. A new centralized content catalog aggregates trusted collections from Git repositories and private automation hub sources, so developers can find and add exactly what they need directly within the builder. Collections are discovered automatically from repositories containing valid galaxy.yml files.

    The portal is also now available for RHEL based deployments.

    Check out the execution environment builder interactive demo.

    Ansible development workspaces

    Another challenge for automation teams is ensuring all developers are working from standardized tooling. Installing and maintaining local tooling across different machines and operating systems leads to inconsistencies that slow down onboarding and make it harder to enforce standards. Ansible development workspaces solve this by providing a fully supported, browser based development environment with everything pre-configured, including VS Code, ansible-core, ansible-creator, ansible-lint, and Molecule.

    Learn more about Ansible development workspaces.

    Agent-enabled developer experience

    The MCP server-enabled assistant (Technology Preview) in the Ansible VS Code extension brings AI-powered intelligence directly into the editor by exposing Ansible development tools through an embedded MCP server, so developers can stay focused on writing automation without breaking their flow. The assistant helps developers scaffold compliant automation content, catch errors in context as they write, debug issues faster, and ship reliable playbooks — all without leaving VS Code.

    OIDC identity provider for HashiCorp Vault

    Managing credentials for automation at scale is one of the more operationally painful and risky parts of automating in an enterprise. Teams often resort to long-live service accounts shared across jobs, a pattern that is hard to audit and difficult to rotate safely.

    Ansible Automation Platform 2.7 now acts as a native OIDC identity provider for HashiCorp Vault (Technology Preview), so automation jobs authenticate using short-lived JSON web tokens instead of stored credentials. Each token is automatically scoped to the specific job, user, and organization running the automation, and expires when the job ends (by default aligning with the job's configured timeout, or a platform fallback of five minutes). Two new credential types support this workflow: HashiCorp Vault Secret Lookup (OIDC) for retrieving KV secrets, and HashiCorp Vault Signed SSH (OIDC) for issuing dynamic, short-lived SSH certificates (figure 1). For compliance teams, every Vault secret access is tied to a specific automation run, giving you a clear, auditable trail without managing separate credential lifecycles.

    Diagram of Ansible serving as the OIDC identity provider for HashiCorp Vault.
    Figure 1: Diagram of Ansible serving as the OIDC identity provider for HashiCorp Vault.

    When a user requires a secret to run automation on a Vault-secured component of infrastructure, the OIDC provider issues a token. The Vault returns a short-lived token for secret retrieval, and Ansible retrieves the secret required and uses it to run the automation.

    Automation intelligent assistant

    The automation intelligent assistant, formerly Ansible Lightspeed intelligent assistant, leverages generative AI to provide support for troubleshooting, onboarding, and day-to-day management of the platform.

    The most significant new capability is bring your own knowledge (BYOK), a Technology Preview feature that lets administrators extend the assistant with their organization's internal documentation. After you generate your custom BYOK image with your content, the BYOK image is added as a high-priority source in the assistant's retrieval-augmented generation (RAG) pipeline. When users ask questions, the assistant draws from your organization's specific policies, workflows, and terminology, and supplements with standard Ansible documentation when necessary. The result is an assistant that feels like it knows your organization, not just the product.

    MCP server for Ansible Automation Platform

    Managing an automation estate today often means navigating a UI or writing API calls to check on jobs, gather facts, or kick off workflows. The model context protocol (MCP) server for Ansible Automation Platform changes this model. The Ansible MCP server allows you to work with your preferred external AI tools (such as Claude, Cursor, or ChatGPT) to directly manage Ansible Automation Platform through natural language, querying job status, gathering facts, and launching automation workflows on demand.

    This gives IT operators and administrators a conversational, agent-driven model and can increase efficiency for IT operators and administrators. The MCP server is deployable on both operator-based and container-based installations.

    Read more about the MCP server in this blog.

    New AIOps solution guides

    New solution guides for AIOps workflows with IBM Instana, ServiceNow ITSM, and Splunk provide step-by-step guidance for implementing a complete AIOps workflow with Ansible Automation Platform. IT operations teams can turn observability signals and ITSM events from these platforms into trusted, automated remediation at scale, with detailed patterns for connecting each platform's intelligence to Ansible-driven action. We are adding more solution guides as they become available, so be sure to check the solution guide website often.

    Explore the current AIOps solution guides.

    Get started today

    Ansible Automation Platform 2.7 delivers new tools to help developers, operators, and administrators build, scale, and govern automation more effectively, from a more capable self-service portal and consistent development environments to AI agents that can interact directly with the platform.

    Get started by reading the official release notes to see the full scope of what's new in 2.7, and then download the latest version of Ansible Automation Platform!

    Related Posts

    • Automate Infoblox DDI with Red Hat Ansible Automation Platform

    • Proximity automation with Red Hat Ansible Automation Platform and Red Hat OpenShift Virtualization

    • Set up a CI framework using Red Hat Ansible Automation Platform, Podman, and Horreum

    • How to collaborate with AI to improve your Ansible skills

    • Integrate a custom AI service with Red Hat Ansible Lightspeed

    Recent Posts

    • What's new in Red Hat Ansible Automation Platform 2.7

    • Building and running Bazel applications on AutoSD: Toolchains, containers, and recommended practices

    • Bring your own evaluation framework to EvalHub

    • Integrate OpenShift AI and PG Airman MCP Server

    • Build a local voice agent with Red Hat OpenShift AI

    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.