Skip to content

A Vagrant example for multi-machine configuration and provisioning with Ansible.

Notifications You must be signed in to change notification settings

stephencsmall/vagrant-multi-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-multi-demo

A vagrant example for multi-machine configuration and provisioning with Ansible. Provisions a Percona database server and a Tomcat application server.

Pre-Requisites

  • Ansible 1.5 or newer
  • Vagrant 1.7 or newer
  • CentOS 6.4*

*This project does not provide a base Vagrant box for you! Visit vagrantbox.es to download one.

Attribution

This example borrows heavily from the tomcat-standalone example provided by ansible-examples. It is modified to provision Tomcat 6 instead, and it makes assumptions for a Vagrant-only environment.

Forwarded Ports

  • DB: guest 3306 -> host 3306 Connect to localhost:3306 with a MySQL client.
  • Tomcat: guest 8080 -> host 8088 Browse to localhost:8088 to see Tomcat.

Users

  • DB: localdb/localdb

About

A Vagrant example for multi-machine configuration and provisioning with Ansible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages