Command line utilities for Ansible
utilsible roles add my_roleIf no roles folder is found and it isn't executed in the root folder, creates a "roles" folder and a "my_role" folder within it.
Inside the "my_role" folder, it will create:
tasks/main.ymlwith the content# roles/my_role/tasks/main.ymltemplates/main.ymlwith the content# roles/my_role/templates/main.ymlvars/main.ymletc...files/main.ymlmeta/main.ymlhandlers/main.ymldefaults/main.yml