Tasks

Let's take a look at the tasks folder in the repository.

We'll cover the following...

tasks folder

The tasks folder is another required in the Ansible framework. The tasks folder holds all the YAML task files that call Ansible modules. A similar folder structure to the other folders should be created for scalability and to keep tasks sorted by environment and function. The tasks in the configuration’s ...