Ansible Roles

Ansible  Roles are by default run from a subdirectory called roles/, in the same directory as your playbook. 

Ansible will also search for roles in /etc/ansible/roles and the paths specified by the roles_path parameter in the Ansible configuration file ( such as /etc/ansible/ansible.cfg)

Comments