Skip to content

Friz-zy/fabtools

 
 

Repository files navigation

image

About

fabtools includes useful functions to help you write your Fabric files.

fabtools makes it easier to manage system users, packages, databases, etc.

fabtools includes a number of low-level actions, as well as a higher level interface called fabtools.require.

Using fabtools.require allows you to use a more declarative style, similar to Chef or Puppet.

Installing

To install the latest release from PyPI

$ pip install fabtools

To install the latest development version from GitHub

$ pip install git+git://github.com/ronnix/fabtools.git

Example

Here is an example fabfile.py using fabtools

Supported targets

fabtools currently supports the following target operating systems:

  • Debian 6.0 (squeeze)
  • Ubuntu 10.04 (lucid)
  • Ubuntu 12.04 (precise)
  • RHEL 5/6
  • CentOS 5/6
  • Scientific Linux 5/6
  • SmartOS (Joyent)
  • Archlinux

Contributions to help support other Unix/Linux distributions are welcome!

About

Tools for writing awesome Fabric files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%