add Tinc VPN IP to aliases for RCP and WebSocket API

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-12-04 17:46:05 +01:00
parent 21eb400769
commit 1c8f6ff804
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ geth_sync_check_script: '/usr/local/bin/check_sync_{{ geth_cont_name | replace("
geth_rpc_enabled: true
geth_rpc_addr: '127.0.0.1'
geth_rpc_port: 8545
# Available: admin, clique, debug, eth, les, miner, net, personal, rpc, txpool, web3
geth_rcp_api: 'eth,net,web3,personal,admin'
# Alternative IPC socket
geth_ipc_path: '/data/geth.ipc'
@ -40,6 +41,7 @@ geth_aliases:
- '{{ geth_extra_alias }}'
- '{{ hostname }}'
- '{{ hostname }}.tinc'
- '{{ ansible_local.tinc.vpn_ip }}'
# Sync mode: full, fast, light
geth_sync_mode: 'light'