Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 822 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 822 Bytes

ansible-playbooks

Collections of ansible playbooks for managing servers related to pyslackers/website and pyslackers/sirbot-pyslackers.

Installation

git clone https://github.com/pyslackers/ansible-playbooks.git
printf 'supersecurepassword' > .pass

Update

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

Run

ansible-playbook pyslackers.yml

License

MIT