A template repo for use with basher. Use this as a skeleton or even fork this repository to host your own plugins and scripts.
Note: See the basher documentation for an in-depth guide on how to get started using this repository as a template.
Clone this repo to a machine you want to control with basher
.
[sudo] git clone git://github.com/bahamas10/basher-repo.git /var/basher
Note: Only the plugins/
directory is required for basher
to work
plugins/
This directory is used to store plugins for basher
. Plugins consist of a single
directory with 1 or more scripts in them.
nodes/
This directory contains a file for each node (machine) in an environment where basher
could be run. This directory is optional and is not required for basher
to function.
Each plugin will have its own readme with relevant documentation.
Every plugin in here is released under the MIT License