From the course: Ansible: From Basics to Guru by Pearson

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Using Ansible content collections

Using Ansible content collections - Ansible Tutorial

From the course: Ansible: From Basics to Guru by Pearson

Using Ansible content collections

Let's talk about Ansible Content Collections. So what is Content Collections all about? Well, the Ansible core package has a limited number of modules. Depending on the versions, it's about 70 in total. Ansible Content Collections are used to provide access to additional modules. And content collections can be installed from galaxy.ansible.com. Now in the past, if you installed Ansible, you would get more than 3,000 modules in the default package. And the problem if you have more than 3,000 modules is that it is becoming unmanageable. And that is why the Ansible project has decided to start working with Ansible content collections. The main purpose is that the responsibility for module development can be delegated to a different company or open source project. And that's why we now have content collections. It also makes that you don't have to install modules that you are never going to use on your system. Now, when you are using Ansible content collections, a fully qualified…

Contents