Table of Contents

Ansible presentation

Ansible Architecture Diagram and Ansible components

Ansible Role directory structure

Each directory must contain a main.yml file (or main.yaml or main) that contains the relevant content for that directory. You can also use other YAML files in some directories to organize your tasks or variables better.