Fabric tasks for handling basic management tasks on Ubuntu
This has been built to be used with the 1.0a version of the Fabric fork maintained by Travis Swicegood. It might be usable with other versions of Fabric, but your mileage may vary.
You can import the individual tasks into your current fabfile:
from d51.fabric.tasks.ubuntu import *
Or, you can import the module and execute the tasks that way:
from d51.fabric.tasks import ubuntu
Full documentation is available in the docs/ directory and is buildable using Sphinx.