2019-03-19 16:27:49 +00:00
|
|
|
---
|
2019-07-24 02:33:43 +00:00
|
|
|
# WARNING: this needs to be set
|
|
|
|
faucet_network: '{{ faucet_network | mandatory }}'
|
|
|
|
|
2021-03-25 12:03:16 +00:00
|
|
|
# Geth necessary for Faucet to work
|
2019-04-26 13:40:02 +00:00
|
|
|
geth_network_name: '{{ faucet_network }}'
|
2021-03-25 12:03:16 +00:00
|
|
|
geth_service_name: 'faucet-{{ faucet_network }}'
|
2019-04-26 13:40:02 +00:00
|
|
|
geth_rpc_port: '{{ faucet_geth_cont_rpc_port }}'
|
2021-03-25 12:03:16 +00:00
|
|
|
geth_rpc_vhosts: ['*']
|
2019-07-24 02:33:43 +00:00
|
|
|
geth_sync_mode: '{{ (faucet_network == "goerli") | ternary("full", "light") }}'
|
2020-11-24 16:14:56 +00:00
|
|
|
geth_websocket_enabled: false
|
2019-04-26 13:40:02 +00:00
|
|
|
geth_log_level_name: info
|
|
|
|
|
2021-03-25 12:03:16 +00:00
|
|
|
# Credentials for the wallet
|
2021-06-16 14:53:41 +00:00
|
|
|
geth_account_pass: '{{lookup("bitwarden", "faucet/account", field="pass")}}'
|
|
|
|
geth_account_addr: '{{lookup("bitwarden", "faucet/account", field="addr")}}'
|
|
|
|
geth_account_json: '{{lookup("bitwarden", "faucet/account", field="json")}}'
|
2019-05-16 22:59:19 +00:00
|
|
|
|
2021-03-25 13:03:17 +00:00
|
|
|
# Geth metrics
|
|
|
|
geth_expo_service_name: '{{ geth_service_name }}'
|
|
|
|
geth_expo_source_cont_name: '{{ geth_cont_name }}'
|
|
|
|
geth_expo_source_data_path: '{{ geth_cont_vol }}/data'
|
2021-02-06 19:34:16 +00:00
|
|
|
|
2021-03-25 12:03:16 +00:00
|
|
|
# Faucet API settings
|
|
|
|
faucet_service_name: '{{ geth_service_name }}'
|
|
|
|
faucet_domain: 'faucet-{{ faucet_network }}.status.im'
|
|
|
|
faucet_cors_rule: '^https?://.*\.infura\.status.im'
|
2021-06-16 14:53:41 +00:00
|
|
|
faucet_account_pass: '{{lookup("bitwarden", "faucet/account", field="pass")}}'
|
2021-03-25 12:03:16 +00:00
|
|
|
faucet_geth_rpc_port: '{{ geth_rpc_port }}'
|
|
|
|
|
2021-03-25 11:43:50 +00:00
|
|
|
# Open Nginx Ports
|
|
|
|
open_ports_default_comment: 'HTTP & HTTPS'
|
|
|
|
open_ports_list:
|
|
|
|
- { port: 80, protocol: 'tcp' }
|
|
|
|
- { port: 443, protocol: 'tcp' }
|
|
|
|
|
2021-02-06 19:34:16 +00:00
|
|
|
# Custom bootnodes for revived Ropsten chain
|
|
|
|
# https://github.com/ethereum/ropsten/blob/master/revival.md
|
|
|
|
revived_ropsten_bootnodes:
|
|
|
|
- 'enode://6332792c4a00e3e4ee0926ed89e0d27ef985424d97b6a45bf0f23e51f0dcb5e66b875777506458aea7af6f9e4ffb69f43f3778ee73c81ed9d34c51c4b16b0b0f@52.232.243.152:30303'
|
|
|
|
- 'enode://94c15d1b9e2fe7ce56e458b9a3b672ef11894ddedd0c6f247e0f1d3487f52b66208fb4aeb8179fce6e3a749ea93ed147c37976d67af557508d199d9594c35f09@192.81.208.223:30303'
|
2021-03-25 10:47:45 +00:00
|
|
|
- 'enode://cd24a0c66055d788ce2bb77c2525915724a56de577b3e39c1a4dde347e60c83f082285a9d43a5ba0d7efc929699106d147e8d3612baafcaeb8f3075f36a82670@180.64.84.98:51044'
|
|
|
|
- 'enode://86fb5f9e216c9fef5f97d3140d8d30ba13e2cc615ebb0b8e22975d296486e1f589baa6a2a4db6e0a1482f9b27a9e472efd94ec01cefc6e1d7e687dcdda0af5cc@46.105.118.30:30333'
|