mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-01-09 11:45:50 +00:00
Jakub Sokołowski
e0c965f6ab
fix variable for rpc port
Signed-off-by: Jakub Sokołowski <jakub@status.im>
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_extra_tags: ["mytag"]
For the rest see the defaults/main.yml
config file.
Known Issues
TODO
Languages
Jinja
100%