Sunday, December 02, 2007

sshrunner - Shell Script Automation on Several Servers

sshrunner - Shell Script Automation on Several Servers

What is it?

sshrunner is a project a wrote on a weekend.

At work we use to connect to a lot of servers and install or make configuration changes, the same on all of the,, once and over again. Every time something changes, it's going through the same connection steps and executing the same set of commands every time.

sshrunner is a little Web application in Ruby On Rails that allows you to make a list of servers, a list of scripts, and run those scripts on the selected servers and then show the results. That simple.

It's been a long time since I released any code at all. This one is under the LGPL license and I hope you find it useful.

The software is not free, you can pay in one of two ways:

  1. By feeding my wallet (preferred):


  2. By feeding my ego:

    Leave a comment below and tell me how you would love to leave a donation but you don't have any money right now and you'll donate later and make emphasis on how I became the master of your universe.

Tutorial


Here is a really simple tutorial on how to install and use sshrunner

http://www.rha7.com/blogspot/sshrunner-install.html