Live
Ansible Automation Platform 2.7: AI orchestration, visual builder, and native Vault OIDC reshape engineering workflowsDeploying AI Workloads on DGX Spark with Kubernetes and Dynamic Resource AllocationServerless real‑time computer vision pipeline for industrial safety on AWSClaude Opus 5.5 cuts costs and speeds up agentic workloads – operational implications for LLM engineersAutomate right‑sizing of SageMaker Generative AI endpoints with concurrency sweepsEnterprise‑Managed OpenTelemetry Export Added to GitHub CopilotAI coding assistant default‑on workspace upload removed: implications for engineersArchitecture as Code with CALM Drives Zero‑Downtime API Modernization for Agent‑Centric AIAnsible Automation Platform 2.7: AI orchestration, visual builder, and native Vault OIDC reshape engineering workflowsDeploying AI Workloads on DGX Spark with Kubernetes and Dynamic Resource AllocationServerless real‑time computer vision pipeline for industrial safety on AWSClaude Opus 5.5 cuts costs and speeds up agentic workloads – operational implications for LLM engineersAutomate right‑sizing of SageMaker Generative AI endpoints with concurrency sweepsEnterprise‑Managed OpenTelemetry Export Added to GitHub CopilotAI coding assistant default‑on workspace upload removed: implications for engineersArchitecture as Code with CALM Drives Zero‑Downtime API Modernization for Agent‑Centric AI
Red Hat

Ansible Automation Platform 2.7: AI orchestration, visual builder, and native Vault OIDC reshape engineering workflows

AI SummaryPowered by AI

Ansible Automation Platform 2.7 introduces an MCP server for AI orchestration, a visual execution environment builder, and native Vault OIDC authentication. These updates affect automation scaling, developer productivity, and zero‑trust security for engineers across AI, platform, DevOps, and security domains.

Red Hat Ansible Automation Platform 2.7 adds a Model Context Protocol (MCP) server for AI‑driven orchestration, a visual execution environment builder, and native Hashicorp Vault OpenID Connect (OIDC) authentication. These changes affect anyone who writes playbooks, integrates AI models, or enforces zero‑trust access to automation assets.

AI orchestration via the MCP server

The platform now ships a dedicated MCP server that can receive model context and coordinate execution based on that data. For AI engineers this provides a built‑in hook for feeding model outputs directly into automation runs, reducing the need for custom glue code. Platform engineers should consider where the MCP service fits in their topology – it will require network reachability from the automation controller and any AI services that produce context.

Visual execution environment builder

A new visual builder lets users compose execution environments without hand‑crafting Dockerfiles or YAML. This can speed up environment iteration for DevOps and SRE teams, but it also introduces a new artifact that must be versioned and stored. Teams may need to adjust CI pipelines to treat the visual definition as a source of truth and to export it for reproducible builds.

Zero‑trust authentication with native Vault OIDC

Authentication now integrates directly with Hashicorp Vault using OIDC, positioning the platform for zero‑trust deployments. Security engineers should evaluate Vault token lifetimes, OIDC client registration, and the impact on existing identity providers. The native integration removes the need for external proxy layers, but it also means that Vault availability becomes a critical dependency for automation access.

Related CloudNinjas coverage: DevOps.

What This Means For Practitioners

Adopt the MCP server where AI model output drives automation, and map its network requirements into your security zones. Incorporate the visual builder into your environment‑as‑code workflow, ensuring that generated definitions are stored in version control. Finally, configure Vault OIDC carefully, treating Vault uptime and token policies as part of your overall zero‑trust strategy.

Originally published atRed Hat Blog