central repo for ansible tasks/plays/playbooks
curl https://raw.githubusercontent.com/myersg86/ansible/master/prepwork-ubuntu.sh --output /tmp/prepwork.sh &&
bash /tmp/prepwork.sh
curl https://raw.githubusercontent.com/myersg86/ansible/master/prepwork-debian.sh --output /tmp/prepwork.sh &&
bash /tmp/prepwork.sh
curl https://raw.githubusercontent.com/myersg86/ansible/master/prepwork-centos.sh --output /tmp/prepwork.sh &&
bash /tmp/prepwork.sh
ansible-pull -v -U https://github.com/myersg86/ansible.git PLAYBOOK.yml