Credential access
Reads SSH keys, vault files, inventories, cloud credentials, and environment variables.
brew
Automate deployment, configuration, and upgrading. Version 14.1.0 via Homebrew; verified 2026-07-02.
agent safety
ansible automates hosts and infrastructure from local inventories and credentials.
Reads SSH keys, vault files, inventories, cloud credentials, and environment variables.
Can configure remote hosts, cloud resources, and application deployments.
Can roll out generated config, binaries, and service changes.
Gate playbook runs, vault decrypts, and inventory changes.
Allow syntax checks and dry runs; require approval for playbook execution against real targets.
install
brew install ansiblelocal Homebrew formula metadata
sudo port install ansibleMacPorts ports tree · sysutils/ansible/Portfile · source: api.github.com
sudo apk add ansibleAlpine Linux edge package indexes · ansible · source: dl-cdn.alpinelinux.org
sudo apt install ansibleDebian stable package indexes · ansible · source: deb.debian.org
sudo dnf install ansibleFedora Rawhide package metadata · ansible · source: dl.fedoraproject.org
nix profile install nixpkgs#ansiblenixpkgs package indexes · ansible · source: raw.githubusercontent.com
sudo pacman -S ansibleArch Linux sync databases · ansible · source: geo.mirror.pkgbuild.com
sudo zypper install ansibleopenSUSE Tumbleweed package metadata · ansible · source: download.opensuse.org
overview
Automate deployment, configuration, and upgrading
history
Ansible is a radically simple IT automation system for configuration management, application deployment, cloud provisioning, ad hoc task execution, network automation, and orchestration. Its package history matters because the name `ansible` shifted from the original all-in-one project to the modern community package layered on `ansible-core` and collections.
Ansible was created as an agentless automation tool whose playbooks describe desired work in YAML and whose default transport avoids installing an agent on managed hosts. The current upstream source for the runtime is the ansible/ansible repository, while official documentation distinguishes the Ansible community package from `ansible-core`.
Red Hat announced an agreement to acquire Ansible in October 2015, framing it as an IT automation and DevOps platform that would complement Red Hat's management portfolio. That acquisition moved Ansible from a startup-backed open source project into Red Hat's broader automation product line while keeping the community project active.
The 2.10 era changed the packaging model. Official release documentation says the Ansible community package uses new versioning starting with 2.10 and then 3.0.0, while `ansible-core` continued the classic 2.x line. The community package includes the language, runtime, and selected collections; `ansible-core` contains the language, runtime, and builtin plugins.
Ansible's adoption came from a practical systems-administration sweet spot: SSH-first orchestration, readable YAML playbooks, no managed-node daemon, and a large module ecosystem. It spread through Linux distributions, Python packaging, Homebrew, MacPorts, Nix, and enterprise Red Hat channels because it fits both laptop-driven automation and CI/CD infrastructure workflows.
The split into `ansible-core` plus collections made package selection more nuanced. Many community users still install the `ansible` package because it includes broad batteries: official docs say it offers the functionality that existed in Ansible 2.9, with more than 85 collections containing thousands of modules and plugins. Developers and minimalists often choose `ansible-core` and install only the collections they need.
As Ansible matured, adoption expanded beyond server configuration into network automation, cloud provisioning, security, Windows administration, and platform orchestration. Red Hat Ansible Automation Platform, Automation Hub, AWX, Galaxy, and a large collection ecosystem grew around the core CLI model.
The Homebrew `ansible` formula installs the user-facing suite: `ansible`, `ansible-playbook`, `ansible-galaxy`, `ansible-doc`, `ansible-inventory`, `ansible-vault`, `ansible-config`, `ansible-console`, `ansible-pull`, and testing/community helpers. The everyday loop is inventory plus playbooks, with ad hoc commands for quick tasks and Galaxy for roles and collections.
Configuration is resolved from `$ANSIBLE_CONFIG`, `ansible.cfg` in the current directory, `~/.ansible.cfg`, then `/etc/ansible/ansible.cfg`; the first file found wins. Galaxy credentials can be provided through command-line API-key options or through the configured token path, whose default resolves from `ANSIBLE_HOME` to `~/.ansible/galaxy_token`.
Package users care about the distinction between `ansible --version` reporting an ansible-core version and the installed Python package named `ansible` representing the broader community package. That distinction explains why formula pinning, package-manager naming, and docs version matching can feel surprisingly non-obvious.
Ansible is one of the canonical infrastructure CLIs in package-manager culture: big enough to have versioned formulae, distro backports, Python package splits, and plugin/collection dependency concerns, but still shaped like command-line tools that can be scripted and vendored.
The package is also a case study in ecosystem packaging after modularization. `ansible-core` is the runtime center; `ansible` is the batteries-included community package; collections carry much of the domain-specific surface area; and tools like ansible-lint, ansible-creator, and ansible-language-server orbit the authoring workflow.
For users, the important packaging question is not just latest version but content set: does the install include the collections your playbooks expect, what Python versions are supported on control and target nodes, and which ansible-core line is underneath?
security posture
No matching local secret-handling manifest was found for ansible. Nucleus package metadata is still published here so future coverage has a stable package URL.
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.
$ANSIBLE_CONFIG./ansible.cfg~/.ansible.cfg/etc/ansible/ansible.cfgCredential-bearing paths to review before unattended agent runs.
~/.ansible/galaxy_tokenexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
ansible | cli | global executable | |
ansible-community | cli | global executable | |
ansible-config | cli | global executable | |
ansible-console | cli | global executable | |
ansible-doc | cli | global executable | |
ansible-galaxy | cli | global executable | |
ansible-inventory | cli | global executable | |
ansible-playbook | cli | global executable | |
ansible-pull | cli | global executable | |
ansible-test | cli | global executable | |
ansible-vault | 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.
install metadata
| Package key | brew:ansible |
|---|---|
| Version | 14.1.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/ansible |
| Homepage | https://www.ansible.com/ |
| Repository | https://github.com/ansible/ansible |
| Upstream docs | https://docs.ansible.com/projects/ansible/latest/index.html |
| License | GPL-3.0-or-later |
| Source archive | https://files.pythonhosted.org/packages/fe/97/3aeeb9d199fd0f931452adebcf5336c01c739b1de2d4bada0744ff5d18e1/ansible-14.1.0.tar.gz |
| Last updated | 2026-07-02T19:52:46Z |
| Pulse | updated |
| Dependencies | certifi, cryptography, libsodium, libssh, libyaml, python@3.14, tree |
| Build dependencies | pkgconf, rust |
| Uses from macOS | krb5, libxml2, libxslt, openldap |
| 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 |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| 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 12.0.0+dfsg-0+deb13u1
Configuration management, deployment, and task execution system
https://github.com/ansible-community/ansible-build-data/
sudo apt install ansibleansible
nix profile install nixpkgs#ansibleansible 9.2.0+dfsg-0ubuntu5
Configuration management, deployment, and task execution system
sudo apt install ansibleansible 14.0.0-r0
core components for Ansible
sudo apk add ansibleansible-pyc 14.0.0-r0
Precompiled Python bytecode for ansible
sudo apk add ansible-pycansible 13.7.0-2.fc45
Curated set of Ansible collections included in addition to ansible-core
sudo dnf install ansibleansible 14.0.0-1
Official assortment of Ansible collections
https://pypi.org/project/ansible/
sudo pacman -S ansibleansible 14.0.0-1.1
Radically simple IT automation
sudo zypper install ansibleansible
sudo port install ansibleansible-test 2.21.0-2.1
Tool for testing ansible plugin and module code
sudo zypper install ansible-testsource 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.