Roles in Ansible

What are Ansible Roles? Ansible roles consists of many playbooks.Roles are way to group multple tasks together into one container to do the automation in very effective manner with clean directory structure.A role directory structure contains directories: defaults, vars, tasks, files, templates, meta, handlers. Each… Read More