Track changes of the configuration of your windows servers
- Windows box
- Python 2.6 or higher
- Create/Commit rights to a CVS or Subversion repository
- cvs or svn binaries in the PATH
To install, just do:
python setup.py install
ranwinconf.py [-h] [-c CONFIG] [--v] action
Track changes of the configuration of your windows servers.
positional arguments:
action Action to execute (GENCONFIG or RUN)
optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
Configuration file to use or create
--v Print program version and exit.
GENCONFIG: generate default configuration file, to be customized with your environment.
RUN: get configuration for each server and generates corresponding files.
Please visit the project page at: https://code.google.com/p/ranwinconf/