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

pyslackers/ansible-playbooks

Repository files navigation

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

About

Pyslackers ansible playbooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages