veerendra2 / consul-deployment

Consul Servers Deployment on AWS
0 stars 3 forks source link

Consul Cluster Deployment

Intro

Consul is a distributed, highly available, and data center aware solution to connect and > configure applications across dynamic, distributed infrastructure.

This repo contain terraform code and anisble playbooks to deploy and manage Consule cluster on AWS. Right now, terraform and ansible are not linked together to run ansible with terraform, but one has to run manually which steps are given in further sections

Directory Description
modules Terraform base modules
prod Terraform code to provision prod infrastructure
dev Terraform code to provision dev infrastructure
ansible Ansible playbooks to manage consule cluster

Docs

Deploy

TODO

Test

TODO

Teardown

TODO