add geth_extra_alias variable

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-04-26 14:27:49 +02:00
parent f94a05fcd1
commit 14ec2d9147
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 3 additions and 1 deletions

View File

@ -16,9 +16,11 @@ geth_sync_check_script: '/usr/local/bin/check_geth_sync.sh'
geth_rpc_addr: '127.0.0.1'
geth_rpc_port: 8545
geth_rcp_api: 'eth,net,web3,personal,shh,admin'
# useful for linking containers
geth_extra_alias: geth
geth_aliases:
- geth
- localhost
- '{{ geth_extra_alias }}'
- '{{ hostname }}'
- '{{ hostname }}.tinc'