erigon
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.
Example Playbook
- 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
- 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
Install
ansible-galaxy install ConsenSys/ansible-role-erigon
License
Unknown
Downloads
4225
Owner
Consensys is the software engineering leader of the blockchain space. Our full-stack Ethereum products help developers build next-generation networks.