lvm / remote-tasks

Run remote tasks with Fabric2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remote-tasks

This project has a simple goal: To run remote tasks
In order to achieve this, we need to install fabric2:

$ pip install -r requirements.pip

Then we need to create our fabric.yaml where we'll configure the servers and other settings that will be executed.

$ fab create-yaml

once fabric.yaml is written, we can run:

$ fab main

And that's it!

License

WTFPL

About

Run remote tasks with Fabric2


Languages

Language:Python 100.0%