Skip to content
This repository was archived by the owner on Dec 27, 2021. It is now read-only.

python-provy/provy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca3d5e9 · Feb 20, 2019
Jun 10, 2013
Dec 24, 2013
Dec 24, 2013
Aug 23, 2013
Sep 3, 2013
Dec 28, 2013
Aug 23, 2013
Aug 23, 2013
Jul 3, 2011
Dec 28, 2013
Feb 20, 2019
Sep 10, 2013
Jan 22, 2013
Jul 9, 2011
Aug 20, 2013
Feb 14, 2013

Repository files navigation

WARNING

This project is not maintained anymore.

provy

provy is a provisioning service in python.

Status of the project

Build Status Coverage 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