mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add README.md files for specific technology areas (Ansible, CentOS Atomic Host, Consul, CoreOS, Debian, Docker, and etcd). Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
9 lines
630 B
Markdown
9 lines
630 B
Markdown
# Learning Tools: Consul Distributed Key-Value Store
|
|
|
|
The contents of this folder and its subfolders are centered around the installation or configuration of the Consul distributed key-value store.
|
|
|
|
## Contents
|
|
|
|
**consul-ansible**: In this folder you'll find a `Vagrantfile` and supporting documents to run a Consul cluster under Vagrant on your local laptop. The provisioning is handled via Ansible (pre-2.0) installed on the Vagrant host.
|
|
|
|
**consul**: In this folder you'll find a `Vagrantfile` and supporting documents to run a Consul cluster under Vagrant on your local laptop. The provisioning is handled via shell scripts.
|