Git Product home page Git Product logo

dash-cluster-ansible's Introduction

Dash Cluster Ansible

What is this?

This is an Ansible project to setup and manage devnet (and later testnet) networks. Devnets are like regular Dash networks (mainnet, testnet) but easier to bootstrap and easier to have multiple in parallel.

This project is work in progress and in its initial state only meant to be used by Dash Core developers to assist in Dash Evolution development.

Detailed documentation on how to use this repo will come when more interest from the public arises or when Evolution is released.

Getting started

Create your own cluster configuration in clusters. Use aws-example.* as a skeleton. The following commands will all directly use the aws-example, while you should change it to use your own config.

Setup the AWS infrastructure with terraform:

$ cd terraform/aws
$ terraform apply -var-file=../../clusters/aws-example.tfvars

Create the inventory file for Ansible

$ terraform output ansible_inventory > ../../clusters/aws-example.inventory

Invoke ansible-playbook

$ cd ../.. # Go back to root dir of project
$ ansible-playbook -i clusters/aws-example.inventory -e @clusters/aws-example.yml cluster.yml

dash-cluster-ansible's People

Contributors

codablock avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.