galaxy-role-skeleton is used to quickly create new ansible roles.
- ansible-galaxy command
Use a "long" role name in cases where you have a single role per git repository.
ansible-role-myrole
myrole
Clone your customised personal fork to your Ansible projects directory
mkdir ~/ansible-working
cd ~/ansible-working
git clone git@github.com:pgustafs/galaxy-role-skeleton.git
ansible-galaxy init --role-skeleton=ALTERNATIVE_ROLE_SKELETON_PATH role-name
mkdir -p ~/ansible-working/
cd ~/ansible-working
ansible-galaxy init --role-skeleton=~/ansible-working/galaxy-role-skeleton/skeleton_empty ansible-role-openshift-project
cd ~/ansible-working
ansible-galaxy init --role-skeleton=~/ansible-working/galaxy-role-skeleton/skeleton -f existing-role-name -vvv