macOS
brew install ansible-builderlocal Homebrew formula metadata
brew
CLI tool for building Ansible Execution Environments (Containers). Version 3.1.1 via Homebrew; verified from local package data.
install
brew install ansible-builderlocal Homebrew formula metadata
sudo dnf install ansible-builderFedora Rawhide package metadata · ansible-builder · source: dl.fedoraproject.org
nix profile install nixpkgs#ansible-buildernixpkgs package indexes · ansible-builder · source: raw.githubusercontent.com
sudo zypper install ansible-builderopenSUSE Tumbleweed package metadata · ansible-builder · source: download.opensuse.org
overview
CLI tool for building Ansible Execution Environments (Containers)
history
ansible-builder is the official Ansible tool for building execution environment container images. It turns an execution-environment definition file plus Ansible collections, Python requirements, system packages, and build steps into a reproducible image for automation controllers and command-line use.
The official repository was created in 2020 as Ansible moved more automation runtime packaging into containerized execution environments. The README describes ansible-builder as a tool that automates building execution environments using schemas and tooling from Ansible collections and the user.
The documented execution environment definition evolved into a versioned YAML interface. Current docs describe `execution-environment.yml` or `.yaml` as the default definition file and document dependencies, images, build arguments, additional build files, and options such as `container_init` and `tags`.
ansible-builder became important with Ansible Automation Platform and ansible-runner workflows, where playbooks need predictable Python, collection, and system dependencies inside a container image. Package managers carry it because users often prepare those images from developer workstations, CI jobs, or automation-controller build pipelines.
The Homebrew, Fedora, Nix, and openSUSE package entries reflect a cross-platform operational audience: people who already install Ansible tooling from OS package managers but need a dedicated CLI for execution environment images.
The usual workflow is to write `execution-environment.yml`, list Ansible Galaxy collections, Python requirements, bindep or RPM packages, and image settings, then run `ansible-builder build` to produce a container image using a backend such as Podman or Docker.
For package metadata, the important config surface is the definition file rather than a user dotfile. Credentials are not normally owned by ansible-builder itself; registry logins, Galaxy credentials, and automation secrets live in the surrounding container or Ansible tooling.
ansible-builder is a packaging tool about packaging other automation dependencies. It sits at the boundary between Python packaging, Ansible collections, OS packages, and OCI container images, which makes it especially interesting to package maintainers.
It is also a good example of infrastructure tooling whose user-visible contract is a YAML schema. The CLI matters, but the package's long-term compatibility is mostly about what versions of the execution-environment schema it accepts.
security posture
infrastructure mutation or orchestration signal.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
execution-environment.ymlexecution-environment.yamlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ansible-builder | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://ansible-builder.readthedocs.io/
install metadata
| Package key | brew:ansible-builder |
|---|---|
| Version | 3.1.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ansible-builder |
| Homepage | https://ansible-builder.readthedocs.io/ |
| Repository | https://github.com/ansible/ansible-builder |
| Upstream docs | https://ansible-builder.readthedocs.io/ |
| License | Apache-2.0 |
| Source archive | https://files.pythonhosted.org/packages/fe/6b/0525894e5dd510c3a67da0b8819209333ca939cfa94b7f0d3ef041a628ec/ansible_builder-3.1.1.tar.gz |
| Dependencies | libyaml, python@3.14, rpds-py |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ansible-builder |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
ansible-builder
nix profile install nixpkgs#ansible-builderansible-builder 3.1.1-2.fc45
A tool for building Ansible Execution Environments
https://ansible.readthedocs.io/projects/builder/en/stable/
sudo dnf install ansible-builderansible-builder 3.1.1-2.2
An Ansible execution environment builder
https://github.com/ansible/ansible-builder
sudo zypper install ansible-buildersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.