Ansible roles directory structure overview | Beginners ...
https://golinuxcloud.com/ansible-rolAn Ansible role is composed of multiple folders, each of which contain several YAML files. By default, they have a main.yml file, but they can have more than one when needed. This is a standardized structure for all Ansible roles, which allows Ansible playbooks to automatically load predefined variables, tasks, handlers, templates, and default values located in separate YAML …