consensys.erigon

Ansible Role: Erigon

Description

This Ansible role installs, configures, and runs Erigon.

Table of Contents

Supported Platforms

* Debian
* Ubuntu
* RedHat (CentOS/Fedora)
* Amazon

Dependencies

  • Go version 1.13.x or newer

Role Variables

All adjustable variables are in the defaults/main.yml file. These variables mostly set configuration options.

Example Playbook

  1. Install role from Ansible Galaxy

ansible-galaxy install consensys.erigon

Create a requirements.yml file with the needed variables

- hosts: localhost
  connection: local
  force_handlers: True

  roles:
    - role: consensys.erigon
      vars:
        erigon_version: vX.Y.Z
  1. Install role from Github

ansible-galaxy install git+https://github.com/consensys/ansible-role-erigon.git

Create a requirements.yml for the Github-installed role

- hosts: localhost
  connection: local
  force_handlers: True

  roles:
    - role: ansible-role-erigon
      vars:
        erigon_version: vX.Y.Z

Run the playbook with this command: ansible-playbook -v requirements.yml -vvv

License

Apache

Author Information

Consensys, 2022

Informazioni sul progetto

Erigon is an ethereum client

Installa
ansible-galaxy install consensys.erigon
Licenza
Unknown
Download
4.4k
Proprietario
Consensys is the software engineering leader of the blockchain space. Our full-stack Ethereum products help developers build next-generation networks.