Taking the magic of fabric and throwing up as a website for ease of use
Quick install onto your local machine.
$ git clone https://github.com/daniellawrence/fabric-web
$ pip install -r requirements.txt
This will start the server on http://localhost:5000/
$ ./main.py
Selecting a task from one of the imported fabfile.py's
Add the required fields and choose the host(s) to run it on
Horrible hacks to pull apart per-task decorators for hosts and roles.
Where to look for main fabfile that should be imported.
fabfile = {
'fabric-web': './fabfile.py'
'users': './fabfile-users.py'
'packages': './fabfile-packages.py'
}