Collections of ansible playbooks for managing servers related to pyslackers/website and pyslackers/sirbot-pyslackers.
git clone https://github.com/pyslackers/ansible-playbooks.git
printf 'supersecurepassword' > .pass
Synchronize the repository and submodules:
git checkout master
git pull origin master
git submodule update
Update the submodules to the tip of their master branch:
git checkout -b update-submodules
git submodule update --recursive --remote
git add .
git commit -m 'update submodule'
git push origin update-submodules
ansible-playbook pyslackers.yml
MIT