Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 988 Bytes

File metadata and controls

40 lines (24 loc) · 988 Bytes

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: