Basic skeletons for use with ansible-galaxy init command
Whilst normally used for roles structure this can be used to create basic scaffolding for playbooks etc.
ansible-galaxy init --role-skeleton=ansible-skeletons/typical-playbook foo
cd foo
git init .
git add --all
Note: You can pull a sub-directory structure directly from github with svn
But you need to change the path swapping /tree/master
for trunk
e.g.:
svn export https://github.com/tonykay/ansible-skeletons/trunk/typical-playbook foo