vermont/dev
Marcel von Maltitz a5d7c88381 Change network to public 2018-02-23 13:15:01 +01:00
..
roles/base/tasks Update apt repository 2018-02-23 12:19:40 +01:00
README.md Update README 2018-02-23 12:16:35 +01:00
Vagrantfile Change network to public 2018-02-23 13:15:01 +01:00
playbook.yml Add vagrant VM with automatic vermont setup 2018-02-23 12:16:35 +01:00

README.md

VERMONT VM

This vagrant setup provides an entry point for directly testing vermont without further setup on a local machine.

It creates a VM which automatically installs all necessary dependecies for vermont and builds the currently checked out version of it. The repository is available in the VM via /vermont

Setup

Install Vagrant and Ansible each with version >= 2.0. Then, in this folder

$ vagrant up
...wait...
$ vagrant ssh
# cd /vermont
# ./vermont -f <config-file>

Build Configuration

The build process, its steps and parameters can be configured in roles/base/tasks/main.yml