Ansible role for Nimbus Eth2 beacon node via Docker
Go to file
Jakub Sokołowski 8154ed43b3
add dependency on infra-role-consul-service
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-03-23 09:57:01 +01:00
defaults tag is what changes based on network and flavour now 2019-03-22 18:23:04 +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 fix name of beacon_node_network variable 2019-03-22 19:02:14 +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 Support multiple nodes per host; Extract the Nginx site in a separate repo 2019-03-21 23:08:55 +02: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: beacon_node
  src: https://github.com/status-im/infra-role-beacon-node.git

Requirements

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

  • Docker for running containers
  • The iptables-persistent module