Ansible playbook to install Ansible Roles for new Ansible Installs

I’d like to automate Developers Laptops with the correct roles using Ansible to install the Roles.

Example:

I have 25 Roles, some internal and some external, is there a Role to install Roles?

You can have a task that calls ansible-galaxy to install roles (and
put that task in a role).

Thanks, I found one: https://galaxy.ansible.com/list#/roles/1105