Skip to main content
πŸš€ Claude Code Bootcamp β€” May 30 5 hours from prompting to production. Build 10 real-world projects with AI-assisted development. Register Now
Automation Intelligent Assistant with BYOK at Red Hat Tech Day Netherlands 2026
Automation

Ansible Automation Intelligent Assistant and MCP Server: AI-Driven Operations with BYOK RAG

Red Hat introduces the Automation Intelligent Assistant (AIA) with Bring-Your-Own-Knowledge RAG, a hosted MCP server exposing AAP capabilities to LLMs, and BYOM provider flexibility across Red Hat AI, OpenAI, Azure, watsonx, and Gemini. Here's the full architecture from Red Hat Tech Day Netherlands 2026.

LB
Luca Berton
Β· 5 min read

At Red Hat Tech Day Netherlands (June 2026), the Ansible team unveiled three AI capabilities that fundamentally change how organizations interact with their automation platform:

  1. Automation Intelligent Assistant (AIA) β€” a chatbot embedded in AAP with BYOK RAG
  2. MCP Server for AAP β€” expose automation capabilities as declarative endpoints to any LLM
  3. BYOM Provider Matrix β€” flexible AI backend connectivity

Automation Intelligent Assistant (AIA)

The Automation Intelligent Assistant is a chat assistant embedded directly into the Ansible Automation Platform UI. It harnesses generative AI to support day-to-day platform management.

Automation Intelligent Assistant Overview

Core Capabilities

  • Access to on-demand Ansible expertise β€” ask questions, get answers with source links
  • Speeds up troubleshooting, onboarding, and day-to-day administration of Ansible Automation Platform
  • Includes links for source validation and accelerated learning β€” never blindly trust AI output
  • New! β€œBring-Your-Own-Knowledge” (BYOK) allows organizations to inject internal policies, best practices, and procedures into RAG pipeline for more relevant and meaningful model responses

BYOK: Why Your Knowledge Matters

The key insight from the talk: if you bring your own model (BYOM), you also need to bring your own knowledge (BYOK).

An LLM knows generic Ansible best practices. But it doesn’t know:

  • Your company’s change management procedures
  • Your specific network topology and naming conventions
  • Your compliance requirements (PCI-DSS, HIPAA, SOC2)
  • Your runbook for β€œwhat to do when the firewall team says no”

BYOK injects this organizational knowledge into the RAG pipeline so the assistant gives answers grounded in YOUR reality, not generic documentation.

Introducing MCP Server for Ansible Automation Platform

MCP Server for AAP - manage and troubleshoot, optimize workflows

The hosted MCP server exposes AAP capabilities to LLMs and agentic systems as declarative endpoints:

  • Provides a standardized interface for securely querying automation infrastructure data and executing workflows
  • Query facts about your automation environment, execute automation jobs, manage credentials, and more
  • Simplifies AI integration β€” enabling existing automation through AAP to be exposed to AI tools without writing custom API code or middleware

Available Tool Sets

Tool SetCapabilities
Job managementLaunch, monitor, cancel jobs
Inventory managementQuery hosts, groups, variables
System monitoringCheck service health, resource usage
User managementQuery permissions, roles, teams
Security and complianceAudit trails, policy checks
Platform configurationSettings, credentials, integrations

Traditional vs AI-Driven Automation

Traditional deterministic vs AI-driven automation with MCP Server

Traditional Automation (left side):

  1. Navigate to AAP
  2. Find correct job template / CL
  3. Fill out survey / fields
  4. Submit / kick-off automation
  5. Verify results in AAP

AI-Driven Automation with MCP Server (right side):

  1. Navigate to AI chat interface (Claude, ChatGPT, Gemini, etc.)
  2. Request developer VM; respond to requests for additional information
  3. Verify results in AAP

Same outcome. Dramatically different experience. The AI handles template selection, parameter filling, and execution β€” the human just describes what they need.

AI-Assisted Content Creation: BYOM Provider Matrix

BYOM provider compatibility matrix

AAP supports flexible connectivity with Red Hat AI platforms and BYOM (Bring Your Own Model) providers:

Intelligent Assistant (Chatbot in AAP UI)

ProviderAvailability
Red Hat AIAAP 2.6+
OpenAIAAP 2.6+
Azure OpenAIAAP 2.6+
IBM watsonxN/A
Gemini (Vertex)Coming Soon

Coding Assistant (Ansible VS Code Extension)

ProviderAvailability
Red Hat AIAAP 2.6+
OpenAIComing Soon
Azure OpenAIComing Soon
IBM watsonxAAP 2.5+
Gemini (Vertex)AAP 2.6+

Key takeaway: IBM watsonx was the first external provider for the VS Code coding assistant (AAP 2.5+), while Red Hat AI and OpenAI lead on the intelligent assistant side.

EE Builder: Publish to Git and Auto-Build

The Automation Portal’s EE Builder integrates directly with source control:

Publish and Build - GitHub integration with auto-build

  • Publish to a Git repository (GitHub authenticated)
  • Namespace: test-rhaap-portal
  • Repository: platform-ops-compliance-ee
  • Trigger a build of the Execution Environment after publishing β€” one checkbox enables full CI/CD

This means: define your EE in the visual builder β†’ publish to GitHub β†’ automatically build the container image and push to your registry. No manual ansible-builder CLI needed.

Requirements

  • AAP 2.5+
  • Automation portal installation (OpenShift Container Platform OR RHEL VM appliance)
  • SCM (Git) access

Drive Automation Adoption and Scale

Drive automation adoption and scale

The overarching theme: make automation accessible to everyone in the organization, not just the Ansible experts. Through:

  • Self-service templates
  • AI-powered assistance
  • Visual builders
  • Natural language interfaces

Key Takeaways

  1. BYOK is essential β€” BYOM without BYOK gives you generic answers. Inject your procedures.
  2. MCP Server = zero-code AI integration β€” expose AAP to any LLM without middleware
  3. Traditional β†’ AI-driven is additive β€” the MCP server doesn’t replace AAP UI, it adds a natural language layer
  4. Provider flexibility β€” not locked into one AI vendor; swap between Red Hat AI, OpenAI, Azure, watsonx, Gemini
  5. EE Builder β†’ GitHub β†’ Auto-build β€” complete CI/CD from visual wizard to container registry

AIOps Solution Guides: From Linear Rules to AI Inference

Red Hat also introduced the Ansible Automation Platform Solution Guides β€” detailed walkthroughs for production AIOps scenarios.

Ansible AIOps Solution Guides catalog

The Scaling Problem

Traditional event-driven automation (EDA) is deterministic β€” for every event you want to handle, you write a specific rule and a corresponding action:

ApproachEventsRules RequiredActions
Traditional EDA101010
Traditional EDA1001001,000
Traditional EDA1,0001,000β€”
AIOps with EDA1,0001 (+ AI inference)Dynamic

AIOps breaks this linear relationship by inserting AI inference between the event and the action. Instead of hand-coding a rule for every possible failure mode, a single intelligent workflow captures the event, uses AI to diagnose the root cause, and generates the remediation dynamically.

Available Solution Guides

Solution Guides portal with partner integrations

  • AIOps automation with Ansible β€” self-healing infrastructure using Event-Driven Ansible, Lightspeed, and AI inference
  • High-Availability AAP with EDB PostgreSQL DR β€” multi-datacenter active-passive disaster recovery
  • Automated Incident Remediation with IBM Instana β€” closed-loop observability β†’ auto-remediation
  • Unlock AIOps with ServiceNow LEAP and Ansible MCP server β€” cut incident MTTR from hours to minutes
  • AI infrastructure automation with Ansible β€” provision from GPU instances to serving models using infra.ai and redhat.ai collections
  • Intelligent Assistant with Red Hat AI Inference Server β€” deploy self-hosted LLM on RHEL with GPU acceleration

Introducing AAP Solution Guides Portal

Introducing Ansible Automation Platform Solution Guides with QR code

Access the guides at: red.ht/ansible-aiops

Key highlights:

  • Detailed AIOps walkthroughs focused on leading partner integrations: IBM Instana, ServiceNow, and Splunk
  • RAG-enabled (coming soon) β€” ask questions about the guides using AI

Free 30-min AI & Cloud consultation

Book Now