An open API service indexing awesome lists of open source software.

https://github.com/jtyr/vagrantfile_config

Generic Vagrantfile configurable via YAML config file.
https://github.com/jtyr/vagrantfile_config

ansible vagrant vagrantfile yaml

Last synced: about 1 year ago
JSON representation

Generic Vagrantfile configurable via YAML config file.

Awesome Lists containing this project

README

          

Vagrantfile Config
==================

This is a generic
[Vagrantfile](https://www.vagrantup.com/docs/vagrantfile/) configurable
via config file. Current implementation supports [VirtualBox
provider](https://www.vagrantup.com/docs/virtualbox/) and [Ansible
provisioner](https://www.vagrantup.com/docs/provisioning/ansible.html).

Please report any issues or send PR.

Installation
------------

It's recomended to make a clone of this Git repository and symlink the
`Vagrantfile` into to the workdir:

```
# Clone the Git repo
git clone https://github.com/jtyr/vagrantfile_config.git
# Symlink the Vagrant file into the workdir
ln -s $PWD/vagrantfile_config/Vagrantfile /path/to/the/workdir/
# Change directory into the workdir
cd /path/to/the/workdir/
# Create minimal configuration for the Vagrantfile
cat > vagrant.yaml <