/provisioner

A simple tool for configuring Debian Linux servers, much like Puppet, Chef, and Ansible.

Primary LanguagePython

provisioner demo

A simple tool for configuring Debian Linux servers, much like Puppet, Chef, and Ansible.

There are three main pieces in this repository:

  1. The provisioner tool itself, written in Python.
  2. A sample config file (JSON) to demonstrate usage.
  3. Integration tests using Test Kitchen and Inspec.

Quick Start

git clone git@github.com:nicwaller/provisioner.git
cd provisioner/test-kitchen
./configure.sh
bundle exec kitchen test 1804