Update: I started a tool which simplifies all of this into a single
command: TomasTomecek/ab.
Do you use Ansible roles to provision your infrastructure? And would you like
to use those very same roles to create container images? You came to the right
place!
We are working on a project (and you problably heard of it already) called
Ansible Container. It’s not
just about creation of container images. It covers the complete workflow of
a containerized application. From build, local run, test to deploy.
In this blog post, I would like to show you how Ansible Container does those
builds — from an Ansible role to a container image.
…
Keep reading