From the course: Complete Guide to Configuration Management Using Ansible

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Working with Ansible in small environments

Working with Ansible in small environments

So how do you typically use Ansible in a small environment? Well, in smaller environments, the common approach is to use the ansible and ansible-playbook. command directly on playbooks that are stored on the operator workstation. In a smaller environment, there is often only one or just a few people who is responsible for pushing the Configuration as Code to the managed assets. The Ansible operator, that is, a person who manages Ansible, has to make sure that the required Ansible content collections are installed locally, or else playbooks won't work. Now for organizational purposes, the introduction of content collections has made the management of the software project easier, but for the Ansible operator, it hasn't become easier because, on occasions, you will notice that the specific required collection is not present, and you can't continue before you install it separately. Even if you are in smaller environments, it still does make a lot of sense to manage playbook versions by…

Contents