Skip to content

Uses Vagrant and Ansible to provision a virtual box with a mysql database.

Notifications You must be signed in to change notification settings

thomasuebel/mysql-virtualbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql_virtual_host

Provision a virtual box using Vagrant/Ansible.

Following spices included

  • CentOS 6.7
  • MySQL

Requirements

Getting ready

  • Get VirtualBox (Strange errors may appear with a different version)

  • Get Vagrant (>1.6.0)

  • Install Ansible (http://docs.ansible.com/intro_installation.html)

  • Clone the git repository

  • Install the omnibus plugin using

      $ vagrant plugin install vagrant-omnibus
    
  • Start the provisioning

      $ vagrant up
    

After provisioning:

The MYSQL host is "mysql-box". The port 3306 is forwarded. For example you can connect your application with the jdbc string

SSH into the Vagrant box using vagrant/vagrant credentials (d'oh)

About

Uses Vagrant and Ansible to provision a virtual box with a mysql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published