I made a video about Ansible's two biggest lies: everything showing as changed, and failures hiding in exit code zero. Changed_when and failed_when are how you actually tell the truth. Three practical demos showing exactly when to use them. https://youtube.com/shorts/nlTesFYJEMU?feature=share
Sean Cavanaugh
@ipvsean.bsky.social
Tech Marketing Leader at #RedHat #Ansible previously #Cisco and CumulusNetworks, CCIE 40514. I have an awesome wife, 3 kids and 2 cats. https://linktr.ee/ipvsean
I just made a video on looping dictionaries in Ansible using dict2items. It's way simpler than most people think. Pipe your dict through the filter, get keys and values in a list, loop cleanly. Full demo in the video. https://youtube.com/shorts/Sg5G2Xese9c?si=RJht-srLaBj8hZIR
Just read this breakdown of IT automation myths in healthcare and wow, AAP actually solves so many of the problems they call out. Worth the read if you're tired of the same excuses. https://www.redhat.com/en/blog/debunking-it-automation-myths-strategic-blueprint-healthcare-payers
Debunking IT automation myths: A strategic blueprint for healthcare payers
redhat.com
I just dropped a video on enterprise patching with Ansible Automation Platform. Snapshots, parallel RHEL+Windows patching, automatic rollback, compliance reports. One workflow, zero manual toil. https://www.youtube.com/watch?v=20fK6S1CHL0
Just spun up a Red Hat lab in minutes with zero cost. Brandon's breakdown here is solid, and honestly these interactive environments are a game-changer for actually learning this stuff hands-on https://www.redhat.com/en/blog/interactive-labs-enterprise-lab-environments-ready-minutes-no-cost
Interactive labs: Enterprise lab environments, ready in minutes at no cost
redhat.com
My co-worker Aubrey Trotter wrote this killer solution guide on automating Windows cert rotation with Ansible. If you're managing certs at scale, this is genuinely worth the read. https://ansible-tmm.github.io/solution-guides/README-AIOps-Windows-Cert-Rotation
solution-guides
Centralized place for all Ansible automation content for AI use-cases (AIOps, AI Infra automation and more…)
ansible-tmm.github.io
I've been reading about IT automation in healthcare payer systems and there's so much FUD out there. This Red Hat piece actually breaks down what works vs what's just hype https://www.redhat.com/en/blog/debunking-it-automation-myths-strategic-blueprint-healthcare-payers
Debunking IT automation myths: A strategic blueprint for healthcare payers
redhat.com
Red Hat Ansible and AWS scaling telecom automation to millions of devices. Pretty wild for network ops teams https://aws.amazon.com/blogs/ibm-redhat/scaling-telco-automation-to-millions-of-devices-with-managed-red-hat-ansible-automation-platform-aap-on-aws-and-red-hat-openshift-service-on-aws-rosa/
learning ansible for network automation genuinely changes the game. this cisco piece walks through meraki operations in a way that actually makes sense. worth the read if you're tired of manual config hell. https://blogs.cisco.com/developer/elevating-meraki-operations-ansible-automation
One of my favorite Ansible tricks: default(omit). Instead of passing an empty value to a module parameter, it removes the parameter entirely when the variable isn't defined. ✅ Cleaner playbooks ✅ Fewer when statements ✅ More reusable tasks youtube.com/shorts/GSbzv...
Ansible Skills - The default(omit) feature #ansibletutorial #ansible #ansibletraining
YouTube video by The Ansible Playbook
youtube.com
Can AI decide when automation should execute? In this demo, Event-Driven Ansible detects an expiring Windows IIS certificate, an LLM evaluates the risk, and Ansible Automation Platform rotates Watch the full workflow here: youtu.be/pX_PzMyYUk4?...
Automate Windows Certificate Rotation with Ansible + AI
YouTube video by The Ansible Playbook
youtu.be
One of my favorite parts of working at Red Hat is seeing new talent jump in and start creating. Our intern Andrew just published this video—check it out and drop him some feedback. 👇 youtu.be/R-481PRHCa0 #Ansible #Automation #RedHat
Install Ansible Automation Platform 2.7
YouTube video by The Ansible Playbook
youtu.be
At Red Hat Summit 2026, we wanted a different way to teach automation concepts than another slide deck or product demo. #redhatsummit
Check out this new video from Aubrey Moya-Méndez Trotter! In this video, Aubrey walks through the new Execution Environment Builder in Ansible Automation Platform 2.7's Automation Portal. #ansible www.youtube.com/watch?v=wV0t...
Build an Execution Environment with the Automation Portal
YouTube video by The Ansible Playbook
youtube.com
Cisco Live 2026 wrapped up with a great concert from Maroon 5 and The Chainsmokers. Not a bad way to end the week. 🎵🎤 #CiscoLive #Cisco #RedHat
Here's a quick walkthrough from the entrance of Cisco Live 2026 all the way to the Red Hat booth. If you're attending the event this week, stop by and say hello! #CiscoLive #CiscoLive2026 #RedHat #Ansible #NetworkAutomation #Cisco #TechEvents #DataCenter #Automation #Shorts
Watch how Red Hat Lightspeed MCP and the Ansible Automation Platform MCP server turn CVE patching from a multi-step, multi-console process into a single natural-language conversation. youtu.be/VFR7j_pgKCg?...
AIOps: Patch RHEL CVEs in Minutes with Red Hat Lightspeed MCP and Ansible Automation Platform
YouTube video by The Ansible Playbook
youtu.be
IBM Bob is an AI-native IDE built for the full SDLC—from code to modernization to deployment. In this demo, Alex Walczyk shows how to connect it to Red Hat Ansible Automation Platform via MCP, letting AI agents securely interact with real automation environments. 🎥 youtu.be/ZoNUCNIY1Dw?...
How to setup IBM Bob to work with MCP server for Ansible Automation Platform
YouTube video by The Ansible Playbook
youtu.be
In this demo, Hicham shows how Ansible + Terraform can automate the full infrastructure lifecycle. Red Hat Ansible Automation Platform triggers HashiCorp Terraform to build infra on Amazon Web Services, sync inventory, then configure an NGINX server Watch the demo 👇 youtu.be/1xNMmffPFmw?...
Infrastructure lifecycle management with Red Hat Ansible Automation Platform + HashiCorp Terraform
YouTube video by The Ansible Playbook
youtu.be
Many automation environments still rely on spreadsheets and static inventories. That’s a problem. In this demo, see how Nautobot as a source of truth can drive automation in Ansible Automation Platform, enabling reliable and scalable workflows. youtu.be/DHnS4IDGaQg #ansible
Nautobot + Ansible Automation Platform: Automating from a Network Source of Truth
YouTube video by The Ansible Playbook
youtu.be
What if you could talk to your Ansible Automation Platform? In this demo Roger connects an LLM to AAP using an MCP server and Microsoft Copilot Studio so an AI agent can query automation data in real time. Watch the demo 👇 youtu.be/ok_ID1Ldgds?... #Ansible #Automation #AI
Talk to Your Ansible Automation Platform with AI | Copilot Studio + MCP Server Setup
YouTube video by The Ansible Playbook
youtu.be
🤖 AI Agents are awesome… until they aren’t! What just happened with an 🦞 OpenClaw (ClawdBot/MoltBot) agent in the Matplotlib project on GitHub shows the potential challenges with giving AI Agents (LLM + Tools + Reasoning) the ability to act autonomously. It’s why guardrails and auth are important!
For anyone using telport, that wants to use it with Ansible, I put together this repository on how to get it working with AAP: github.com/ansible-tmm/... Teleport is an identity-aware infrastructure access platform that replaces static SSH keys and passwords with short-lived certs.
GitHub - ansible-tmm/teleport_tbot_service
Contribute to ansible-tmm/teleport_tbot_service development by creating an account on GitHub.
github.com
Awesome video from Aubrey Trotter on Automated Windows Patching with MECM & Ansible! youtu.be/6cY0-InPOzY?... #windowsautomation
Automated Windows Server Patching with MECM & Ansible Automation Platform (End-to-End Demo)
YouTube video by The Ansible Playbook
youtu.be
🚀 What happens when an AI coding assistant can securely interact with real infrastructure? In this video, I walk through connecting Cursor to a MCP server for Red Hat Ansible Automation Platform ▶️ Watch the demo: youtu.be/EidwVmZQkGM?...
How to setup Cursor to work with MCP server for Ansible Automation Platform (Step-by-Step)
YouTube video by The Ansible Playbook
youtu.be
If you’re getting stuck with network automation, whether it’s playbook design, platform choices, scaling automation, or just figuring out where to start, you don’t have to solve it alone. Check out forum.ansible.com
Ansible
Discussions related to the Ansible automation tools, the Ansible ecosystem, the Ansible Community.
forum.ansible.com