Skip to content

ansible-automation

Ansible Builder: A Beginners Guide

In Ansible, an execution environment is a container image that includes all the necessary dependencies, modules, and plugins needed to run automation tasks.

With Ansible Builder, you can build and customize these images, ensuring consistent and reproducible execution of playbooks and roles in a known environment.

Ansible Collections - A Primer

Ansible content collections, often referred to simply as collections, enable the addition of content not included in Ansible core. Each collection bundles related roles, playbooks, modules, and plugins together. Let's examine how to install and use Ansible collections.