Skip to content

kristiandelay/ansible-vagrant-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Vagrant Examples

This repository contains a collection of example virtual machines running various applications. The VMs are created via Vagrant and provisioned via Ansible.

You can cd into any of the included directories and run vagrant up, and a generic Linux VM will be booted and configured in a few minutes. You just need to install Vagrant, VirtualBox, and Ansible. View the included README.md file in any of the subdirectories to find out more about the particular VM.

All of these examples use a combination of roles I've added to Ansible Galaxy, and were created to help demonstrate Ansible's simplicity and flexibility.

Read more about Ansible and how I use it to manage infrastructure in Ansible for DevOps, a book I'm currently writing.

VMs/Apps Currently Present

  • Docker (docker - Docker container building and management (builds a simple LAMP stack).
  • Drupal (drupal - LAMP/LEMP-based Content Management System)
  • ELK (elk - Log monitoring (Elasticsearch, Logstash, Kibana) and forwarding (Logstash forwarder))
  • GitLab (gitlab - Ruby-based GitHub-like Git web interface)
  • Gogs (gogs - Go-based GitHub-like Git web interface)
  • Jenkins (jenkins - Java-based Continuous Integration server)
  • LAMP (lamp - Linux, Apache, MySQL, and PHP)
  • LEMP (lemp - Linux Nginx, MySQL, and PHP-fpm)
  • Munin (munin - Munin and munin-node monitoring server)
  • Phergie (phergie - PHP IRC Bot)
  • Apache Solr (solr - Java-based text search service)
  • SVN (svn - An SVN server using Apache for a web interface)
  • Svn2Git (svn2git - A VM which includes KDE's Svn2Git for repository conversions)

To be added

  • SonarQube
  • Node.js App
  • ...

License

MIT license.

Author Information

Created in 2014 by Jeff Geerling, author of Ansible for DevOps.

About

Ansible examples using Vagrant to deploy to local VMs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.7%
  • Shell 2.3%