---
title: "Red Hat Ansible development workspaces for governed automation content creation"
url: https://daily.dev/posts/red-hat-ansible-development-workspaces-for-governed-automation-content-creation-amgt7nuwh
source_url: https://developers.redhat.com/articles/2026/08/21/red-hat-ansible-development-workspaces
type: article
source: "Red Hat Developer"
published: 2026-08-21T07:20:33.539Z
updated: 2026-08-21T07:21:00.047Z
tags: ["devops", "cicd", "openshift", "ansible"]
reading_time: 9
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Red Hat Ansible development workspaces for governed automation content creation

**[Red Hat Developer](https://daily.dev/sources/rhdev)** · 9 min read · 1 upvotes · 0 comments

## Summary

Red Hat Ansible development workspaces combine Red Hat OpenShift Dev Spaces with Ansible development tools to give automation developers a browser-based, pre-configured VS Code environment in about five minutes. The environment is defined declaratively via a devfile.yaml, includes tools like ansible-lint, ansible-creator, molecule, and ansible-builder, and eliminates local installs while centralizing governance. A tiered image strategy (base, org/domain, team, personal) lets platform teams enforce standards while allowing controlled customization, with automatic rebuilds on security patches and self-service pull requests for image changes.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://developers.redhat.com/articles/2026/08/21/red-hat-ansible-development-workspaces>

## Questions this post answers

### What is the difference between using Ansible dev containers locally versus Ansible development workspaces on OpenShift Dev Spaces?

Both use the same container image and deliver high environment consistency, but local dev containers require each developer to have a container runtime like Docker or Podman, disk space, and local permissions, while OpenShift Dev Spaces removes those requirements since infrastructure is managed by OpenShift and developers only need a browser. OpenShift Dev Spaces also adds centralized governance over resource limits, image versions, and access policies.

_daily.dev surfaces practical comparisons like this for teams weighing local versus cloud automation environments._

### How does the tiered image strategy work for Ansible development tools container images across teams?

A base image managed by Red Hat provides core Ansible development tools for everyone, an org/domain tier adds domain-specific system packages managed by the platform team, a team tier adds team-specific extras managed by the team lead, and a personal opt-in tier lets individual developers add niche packages, with stale personal images cleaned up after 90 days and popular personal packages promoted to the team tier.

_Teams designing layered container strategies can track patterns like these on daily.dev._

### What package dependencies are needed for network automation versus Windows automation with Ansible?

Network automation typically requires libssh-devel, python3-netaddr, and paramiko, while Windows automation requires krb5-workstation and python3-pykerberos. Cloud automation needs awscli and python3-boto3, and Ansible Automation Platform config-as-code work needs httpie and python3-pyyaml, each layered as a domain-specific image on top of a shared base image.

_daily.dev helps automation engineers keep track of ecosystem-specific tooling requirements like these._

## Similar posts on daily.dev

- [What's new in Red Hat Ansible Automation Platform 2.7](https://daily.dev/posts/what-s-new-in-red-hat-ansible-automation-platform-2-7-kmiu5jx3i) · Red Hat Developer · 2 upvotes · 0 comments
- [What's new in Red Hat Ansible Automation Platform 2.7](https://daily.dev/posts/what-s-new-in-red-hat-ansible-automation-platform-2-7-5dkum5zwb) · Red Hat Developer · 0 upvotes · 0 comments
- [Proximity automation with Red Hat Ansible Automation Platform and Red Hat OpenShift Virtualization](https://daily.dev/posts/proximity-automation-with-red-hat-ansible-automation-platform-and-red-hat-openshift-virtualization-a5fdhgr5o) · Red Hat Developer · 0 upvotes · 0 comments

---

Tags: [#devops](https://daily.dev/tags/devops), [#cicd](https://daily.dev/tags/cicd), [#openshift](https://daily.dev/tags/openshift), [#ansible](https://daily.dev/tags/ansible)

[View this post on daily.dev](https://daily.dev/posts/red-hat-ansible-development-workspaces-for-governed-automation-content-creation-amgt7nuwh)
