Releases: savishy/vagrant-boxes
Releases · savishy/vagrant-boxes
DevOps Host - v1.0.1
Vagrant Box - Elastic-Kibana
Initial version of Vagrant box with
- Elasticsearch on port 9200
- Kibana on port 5601
In this version Logstash is assumed to be running on the application server and forwards logs to this box.
Vagrant Docker Registry v1.0.0
Vagrant box that exposes a Docker Registry and Registry Frontend.
Support for
- Virtualbox
- Hyper V (pending)
Vagrant SSH 1.0.0
v1.0.0 of Vagrant-SSH.
This box is intended to be a disposable target for Ansible deployments.
- Hyper-V compatible box
- Virtualbox compatible box
Vagrant Jenkins 1.0.0
vagrant-jenkins
Vagrant Ubuntu box with Jenkins and the following pre-installed tools
- accurev and git for VCS
- Docker
- Ansible
Steps to use this box:
- Download the
Vagrantfile
toC:\Downloads
- Download the
.box
file to the same path. - Note the download path, e.g.
C:\Downloads\vagrant-jenkins-virtualbox-1.0.0.box
. cd C:\Downloads
- Execute the command
vagrant box add --name vagrant-jenkins vagrant-jenkins-virtualbox-1.0.0.box
- Execute the command
vagrant up
. - After approximately 10 min, a box will start up in Virtualbox, named
vagrant-jenkins
.
first .box release
This is the first release in .box
format. You can reuse this box by setting config.vm.box_url
to
https://github.com/savishy/vagrant-boxes/releases/download/v0.5.0/docker-host.box
.
v0.4.0
v0.3.0: Merge branch 'master' of http://github.com/savishy/vagrant-boxes
fixed merge conflict in Vagrantfile.
Initial Version
- Ubuntu 16.04
geerlingguy
image- Learned Puppet
- Using Puppet 3.8.x (won't work with 4.6)
- Docker, Ansible, Emacs, Curl, Vim, Wget.