Ansible role for a go-ethereum container in Status infra
Go to file
Jakub Sokołowski a49fe5b572
add renaming container in example config
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-26 12:02:46 +02:00
defaults add a mapping for log level names 2019-04-26 11:59:55 +02:00
handlers add tasks, defailts, and handlers for the role 2019-04-26 11:54:14 +02:00
meta add metadata for role 2019-04-26 11:29:00 +02:00
tasks add tasks, defailts, and handlers for the role 2019-04-26 11:54:14 +02:00
README.md add renaming container in example config 2019-04-26 12:02:46 +02:00

README.md

Description

This role configures a geth(go-ethereum) container.

The image used by default is ethereum/client-go.

Configuration

The only mandaotry settings is the account password, which can be set to an empty string:

geth_account_password: 'my-secret-password'

Other important settings are:

geth_cont_name: 'geth-mainnet'
geth_network_name: 'mainnet'
geth_sync_mode: 'full'
geth_log_level: 3
geth_consul_tags: '{{ geth_consul_tags + ["mytag"] }}'

For the rest see the defaults/main.yml config file.

Known Issues

TODO