Ansible

3 - Working with modules and roles

Introduction

In this section we will cover the most important part of working with Ansible: working with roles and modules. These two are the components that will enable you to configure the destination hosts on the desired state.

Roles

As covered in the introduction, roles are in essence a set of tasks with a very particular directory structure.

Modules