My ansible role skeleton to be used by `ansible-galaxy init` cli command.
bash, if you plan to use bin/init~/bin(which must be in $PATH), pointing to bin/init in this repo. For example:
ln -s ~/projects/webarchitect609/ansible-role-skeleton/bin/init ~/bin/my-ansible-galaxy-role-init
init script from thereor just
~/projects/webarchitect609/ansible-role-skeleton/bin/init baz
and the folder
my-ansible-galaxy-role-init baz
ansible-role-baz will be created, tuned for developing webarchitect609.baz Ansible role.
ansible-galaxy role init --offline --role-skeleton "$SKELETON_DIR" -- "$ROLE_NAME"
, where $SKELETON_DIR is the dir where current repo is cloned and $ROLE_NAME is the name of the role, but without
vendor.
Then you have to go in role dir and manually remove .idea & bin directories.