Ansible role for Nimbus Eth2 beacon node via Docker
Go to file
Jakub Sokołowski 3198343a25
Revert "don't configure consul if it's not enabled"
This reverts commit 66bb521b33.
2020-01-29 23:33:51 +01:00
defaults make exposed port the same as container service port 2019-11-01 16:05:02 +01:00
handlers add missing "Save iptables rules" handler 2019-03-23 09:56:46 +01:00
meta add dependency on infra-role-consul-service 2019-03-23 09:57:01 +01:00
tasks Revert "don't configure consul if it's not enabled" 2020-01-29 23:33:51 +01:00
LICENSE Support multiple nodes per host; Extract the Nginx site in a separate repo 2019-03-21 23:08:55 +02:00
README.md drop image flavour(protocol) from docker tag name 2019-06-21 10:44:26 -04:00

README.md

Description

This role provisions a Nimbus installation that can act as an ETH2 network bootstrap node.

Introduction

Each host can run multiple nodes installed as docker containers. TCP and UDP ports starting from 9000 will be exposed (e.g. 9000, 9001 and 9002 if you run 3 nodes).

Installation

Add to your requirements.yml file:

- name: infra-role-beacon-node
  src: git+git@github.com:status-im/infra-role-beacon-node.git
  scm: git

Configuration

The crucial settings are:

beacon_node_network: 'testnet0'
# optional setting for debug mode
beacon_node_log_level: DEBUG

Requirements

Due to being part of Status infra this role assumes availability of certain things:

  • Docker for running containers
  • The iptables-persistent module