carnevlu / drifter

Drifter is a framework to help provision developer boxes using Ansible and Vagrant

Home Page:https://liip-drifter.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drifter

Drifter is a framework to help provision developer boxes using Ansible and Vagrant.

Installation

Make sure your system meets the requirements and run the following command from inside your project directory:

curl -sS https://raw.githubusercontent.com/liip/drifter/master/install.sh | /bin/bash

This will install Drifter in the virtualization/drifter directory. You can then customize the roles you want to use and the project configuration by editing the virtualization/playbook.yml and virtualization/parameters.yml files. Then run vagrant up to get your box up and running.

Documentation

Detailed installation instructions and roles documentation are available in the documentation.

About

Drifter is a framework to help provision developer boxes using Ansible and Vagrant

https://liip-drifter.readthedocs.io/

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 41.0%Language:Ruby 20.8%Language:JavaScript 17.4%Language:Python 16.2%Language:Vim Script 4.6%