Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bascht/consul-playground
Small playground project to get started with Consul, Consul-Template and Envconsul
https://github.com/bascht/consul-playground
Last synced: 15 days ago
JSON representation
Small playground project to get started with Consul, Consul-Template and Envconsul
- Host: GitHub
- URL: https://github.com/bascht/consul-playground
- Owner: bascht
- License: gpl-2.0
- Created: 2015-02-18T18:56:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T19:00:30.000Z (over 9 years ago)
- Last Synced: 2024-04-14T14:15:29.657Z (7 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Consul 3-tier Demo
Give [Consul](http://consul.io) a try using a small stack with local
Vagrant machines:* one HTTP load balancer
* 3 app servers
* two databases## Prerequisites
* Vagrant
* Ansible## Getting started
```shell
# Install ansible vendor modules
$ ansible-galaxy install -r ops/ansible/requirements.yaml -p ops/ansible/vendor/roles/ --force
$ vagrant up
```### Screenshot
![Screenshot](http://i.imgur.com/f5xa5dJ.png)