This is a repository for building virtual servers, applications and appliances with Packer, Vagrant and the likes…
This one is a basic Ubuntu Server 14.04 install from official ISO done with packer.
packer build trusty64.json
Build a VirtualBox and a vagrant box ready to be consumed by
vagrant up
This server has two networks interfaces attached :
- eth0 is a NAT only interface.
- eth1 is a hostonly interface bind on 192.168.56.10 address
vagrant up
Kibana access at http://192.168.56.20/kibana
Grafana access at http://192.168.56.30/grafana
packer build graphite.json
vagrant up
vagrant up
Installs Wordpress in its latest french version + MariaDB + Nginx + PHP5-FPM
Wordpress access at http://192.168.56.100
More to come…