Skip to content

fernandogrd/provy

 
 

Repository files navigation

provy

provy is a provisioning service in python.

Status of the project

Build Status

Examples

For an example script check the test provyfile.py.

Quick start

To run the provyfile script in the command-line you use::

provy -s prod                   # provisions all prod servers
provy -s prod.frontends         # provision all front-end servers in prod
provy -s prod.frontends.server1 # provision only server1

This command will provision all the webservers described under webservers (-s) with the webserver role (-r).

Documentation

For more documentation on how to use it, go to the provy page

About

provy is a provisioning system in python.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Ruby 0.1%