An Ansible playbook for configuring a new kubernetes cluster worker for THORChain.
Ideally ansible should be installed via pip, the package installer for python.
This README assumes that you've already installed ubuntu
onto the target environment/s.
- Rename the
hosts.example
file ininventory/
tohosts
:
cp inventory/hosts.example inventory/hosts
- Install the required git submodule dependencies:
git submodule update --init
- Install the ansible
community.general
andkubernetes.core
collections:
ansible-galaxy collection install community.general kubernetes.core
The following types are supported: