Skip to the content.

Ansible - Roles πŸ“œ

Description πŸ‘€

Roles are a way of automatically loading related vars_files, tasks, and handlers based on a known file structure. They can also help you better organize your files, especially if you’re using Ansible to deploy multiple apps or systems that have similar roles. Roles are a way of grouping variables, tasks, files, templates, and modules in a way that makes your infrastructure easier to manage.

Roles introduce a set of best practices that must be followed.


Basics πŸ“


↩️