Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

ilbonzo/Rocannon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocannon

Build Status

This is Ansible playbook for workshop to learn ansible. http://magni.me/Introduction-to-DevOps-with-Ansible

The project build a three tier architecture:

  • Nginx loadbalancer
  • Apache web server
  • Mysql database

For testing playbook you can use vagrant with multimachine configuration.

Vagrantfile is configured to create one loadbalancer, two webserver and one database

run project

$ git clone https://github.com/ilbonzo/Rocannon.git
$ cd Rocannon
$ vagrant up

run project with docker

$ git clone https://github.com/ilbonzo/Rocannon.git
$ cd Rocannon
$ docker-compose up --build