Run the startup script. In this instance, we will call it crz-mis-test which is our repo name.
This will create a base ansible setup along with your role.
CD into the ansible directory from there you can run tree -d roles to see all of the directories that you now have.
Since this section is only showing how it's done, we will assume that you know ansible and can write your code from here.
However, I will show a hello world in the format that it should fit into the custom role.
You don't use playbooks for custom roles, so everything must fit into place with var files, json inputs and the like.