Skip to content

Consensys/ansible-role-erigon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: erigon

Description

Ansible role that will install, configure and runs Erigon

Table of Contents

Supported Platforms

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

Dependencies

  • Go 1.13.x or greater

Role Variables:

All variables which can be overridden are stored in defaults/main.yml file. By and large these variables are configuration options.

⚠️ Please do not override _erigon_internal_cmdline_args: Be very careful here! Only use erigon_cmdline_args which append to _erigon_internal_cmdline_args

Example Playbook

  1. Install role from Ansible Galaxy

ansible-galaxy install consensys.erigon

Create the requirements.yml with required 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 requirements.yml for Github installed role

- hosts: localhost
  connection: local
  force_handlers: True

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

Run the result with the following: ansible-playbook -v requirements.yml -vvv

License

Apache

Author Information

Consensys, 2022

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages