Posts tagged 'Fabric'

A Few Recent DigitalOcean Tools

Obligatory comment about how it’s been quite awhile since the last time I’ve blogged…

With that out of the way, I wanted to share a few things that I’ve done recently that might be useful for others. In particular, there are a couple DigitalOcean related tools that …

Package Management with Fabric

Recently, I’ve been using Fabric quite a bit. It is simple, Pythonic, and I’ve grown to enjoy using it for automating basic systems administration tasks when a full-fledged configuration management system is more than you need for the job.

For the most part, Fabric keeps to the basics …