add geth_extra_alias variable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f94a05fcd1
commit
14ec2d9147
|
@ -16,9 +16,11 @@ geth_sync_check_script: '/usr/local/bin/check_geth_sync.sh'
|
||||||
geth_rpc_addr: '127.0.0.1'
|
geth_rpc_addr: '127.0.0.1'
|
||||||
geth_rpc_port: 8545
|
geth_rpc_port: 8545
|
||||||
geth_rcp_api: 'eth,net,web3,personal,shh,admin'
|
geth_rcp_api: 'eth,net,web3,personal,shh,admin'
|
||||||
|
# useful for linking containers
|
||||||
|
geth_extra_alias: geth
|
||||||
geth_aliases:
|
geth_aliases:
|
||||||
- geth
|
|
||||||
- localhost
|
- localhost
|
||||||
|
- '{{ geth_extra_alias }}'
|
||||||
- '{{ hostname }}'
|
- '{{ hostname }}'
|
||||||
- '{{ hostname }}.tinc'
|
- '{{ hostname }}.tinc'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue