/ansible-playbooks

Pyslackers ansible playbooks

Primary LanguageShell

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