Ansible Packages

Learn how Ansible is packaged and what some of the advantages of the ansible and ansible-core packages are.

Ansible releases are packaged and distributed in two packages: ansible-core and ansible. The ansible-core package contains the minimum of the Ansible platform. It includes all the command-line tools, the main components, and the ansible.builtin collection. The ansible community package includes ansible-core plus some additional collections.

Installing an Ansible package

...