2019-03-18 15:44:43 +00:00
|
|
|
---
|
2019-07-24 02:33:43 +00:00
|
|
|
- name: Install origin certificates
|
2019-03-19 11:08:43 +00:00
|
|
|
hosts: faucet-master
|
|
|
|
roles:
|
2019-11-19 20:18:29 +00:00
|
|
|
- { role: origin-certs, tags: origin-certs }
|
|
|
|
|
|
|
|
- name: Create a SWAP file
|
|
|
|
hosts: faucet-master
|
|
|
|
roles:
|
|
|
|
- { role: swap-file, tags: swap-file }
|
2019-07-24 02:33:43 +00:00
|
|
|
|
2021-02-04 21:50:58 +00:00
|
|
|
- name: Configure Ropsten faucet
|
2019-07-24 02:33:43 +00:00
|
|
|
hosts: faucet-master
|
|
|
|
roles:
|
2020-01-29 12:58:20 +00:00
|
|
|
- { role: infra-role-geth, tags: infra-role-geth }
|
|
|
|
- { role: infra-role-geth-exporter, tags: infra-role-geth-exporter }
|
|
|
|
- { role: faucet-api, tags: faucet-api }
|
|
|
|
- { role: geth-peer-fix, tags: geth-peer-fix }
|
2019-07-24 02:33:43 +00:00
|
|
|
vars:
|
|
|
|
faucet_network: ropsten
|
|
|
|
faucet_http_port: 3000
|
2021-03-19 11:43:55 +00:00
|
|
|
geth_sync_mode: 'snap'
|
2019-07-24 02:33:43 +00:00
|
|
|
geth_port: 30303
|
|
|
|
geth_rpc_port: 8545
|
2020-11-25 20:39:42 +00:00
|
|
|
geth_websocket_port: 8546
|
2019-07-24 02:33:43 +00:00
|
|
|
geth_expo_cont_port: 9200
|
2021-02-04 21:50:58 +00:00
|
|
|
geth_cont_mem_ratio: 0.2
|
2021-02-06 19:34:16 +00:00
|
|
|
geth_bootnodes: '{{ revived_ropsten_bootnodes }}'
|
2019-07-24 02:33:43 +00:00
|
|
|
|
2021-02-04 21:50:58 +00:00
|
|
|
- name: Configure Rinkeby faucet
|
2019-07-24 02:33:43 +00:00
|
|
|
hosts: faucet-master
|
|
|
|
roles:
|
2020-01-29 12:58:20 +00:00
|
|
|
- { role: infra-role-geth, tags: infra-role-geth }
|
|
|
|
- { role: infra-role-geth-exporter, tags: infra-role-geth-exporter }
|
|
|
|
- { role: faucet-api, tags: faucet-api }
|
|
|
|
- { role: geth-peer-fix, tags: geth-peer-fix }
|
2019-07-24 02:33:43 +00:00
|
|
|
vars:
|
|
|
|
faucet_network: rinkeby
|
|
|
|
faucet_http_port: 3001
|
|
|
|
geth_port: 30304
|
2020-11-25 20:39:42 +00:00
|
|
|
geth_rpc_port: 8547
|
|
|
|
geth_websocket_port: 8548
|
2019-07-24 02:33:43 +00:00
|
|
|
geth_expo_cont_port: 9201
|
2021-02-04 21:50:58 +00:00
|
|
|
geth_cont_mem_ratio: 0.2
|
2019-07-24 02:33:43 +00:00
|
|
|
|
2021-02-04 21:50:58 +00:00
|
|
|
- name: Configure Goerli faucet
|
2019-07-24 02:33:43 +00:00
|
|
|
hosts: faucet-master
|
2019-03-18 15:44:43 +00:00
|
|
|
roles:
|
2020-01-29 12:58:20 +00:00
|
|
|
- { role: infra-role-geth, tags: infra-role-geth }
|
|
|
|
- { role: infra-role-geth-exporter, tags: infra-role-geth-exporter }
|
|
|
|
- { role: faucet-api, tags: faucet-api }
|
|
|
|
- { role: geth-peer-fix, tags: geth-peer-fix }
|
2019-07-24 02:33:43 +00:00
|
|
|
vars:
|
|
|
|
faucet_network: goerli
|
|
|
|
faucet_http_port: 3002
|
2021-03-19 13:10:03 +00:00
|
|
|
geth_sync_mode: 'snap'
|
2019-07-24 02:33:43 +00:00
|
|
|
geth_port: 30305
|
2020-11-25 20:39:42 +00:00
|
|
|
geth_rpc_port: 8549
|
|
|
|
geth_websocket_port: 8550
|
2019-07-24 02:33:43 +00:00
|
|
|
geth_expo_cont_port: 9202
|
2021-02-04 21:50:58 +00:00
|
|
|
geth_cont_mem_ratio: 0.5
|