Topic
Using devcontainers for Ansible development
By: Colin Vallance
Date: Feb. 13, 2025, 6 p.m.
Development (and execution) environments for Ansible can be tricky. I’ll go over how utilizing the devcontainer spec can make it easy to develop Ansible plugins, run Ansible, and share environments with a team so that everyone has the same experience. This concept also extends to python environments in general and can help with complex setups that might include databases, web front ends, and so on.