Ansible role for Nimbus Eth2 beacon node via Docker
Go to file
Zahary Karadjov 38756cc9aa Use the prepared domain name 2019-03-19 17:32:43 +02:00
defaults Use the prepared domain name 2019-03-19 17:32:43 +02:00
meta Initial commit (not tested) 2019-02-14 00:45:53 +02:00
tasks Use the prepared domain name 2019-03-19 17:32:43 +02:00
templates Use the prepared domain name 2019-03-19 17:32:43 +02:00
LICENSE Initial commit (not tested) 2019-02-14 00:45:53 +02:00
README.md Initial commit (not tested) 2019-02-14 00:45:53 +02:00

README.md

Description

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

Introduction

Nimbus is installed as a docker container and exposes the following ports:

  • UDP 40404 - Used for peer discovery
  • TCP 40404 - Used for persistent peer connections

At the moment, this role also setups a nginx site hosting the Nimbus testnet validator database (a simple json file).

Installation

Add to your requirements.yml file:

- name: nimbus
  src: https://github.com/status-im/infra-role-nimbus.git

Requirements

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

  • Docker for running containers
  • Nginx full installation
  • The iptables-persistent module