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: 12 months 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T19:00:30.000Z (about 11 years ago)
- Last Synced: 2025-02-11T11:57:00.082Z (about 1 year 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
