Skip to content

An Anisble playbook for setting up a new THORChain Kubernetes cluster.

Notifications You must be signed in to change notification settings

Validat0rs/ansible-thorchain-kubernetes-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

validat0rs/ansible-thorchain-kubernetes-cluster

An Ansible playbook for configuring a new kubernetes cluster worker for THORChain.

Prerequisites

Ideally ansible should be installed via pip, the package installer for python.

Assumptions

This README assumes that you've already installed ubuntu onto the target environment/s.

Setup

  1. Rename the hosts.example file in inventory/ to hosts:
cp inventory/hosts.example inventory/hosts
  1. Install the required git submodule dependencies:
git submodule update --init
  1. Install the ansible community.general and kubernetes.core collections:
ansible-galaxy collection install community.general kubernetes.core

Types

The following types are supported:

About

An Anisble playbook for setting up a new THORChain Kubernetes cluster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published