CentOS boxes for use with Vagrant.
You can download the boxes directly or from Atlas, build them yourself or simply reference them in your Vagrantfile:
config.vm.box = "jcbiellikltd/centos-6-base"
# or
config.vm.box = "jcbiellikltd/centos-6-web"
# or
config.vm.box = "jcbiellikltd/centos-6-node"
Building these boxes requires Packer and VirtualBox to be installed.
-
Clone this repo:
git clone https://github.com/jcbiellikltd/vagrant-boxes.git cd vagrant-boxes
-
Build a box:
BUILD_VERSION=vX.X.X packer build centos-6-XXX.json