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
|
|
|
|
|
|
|
- name: Configure ropsten faucet
|
|
|
|
hosts: faucet-master
|
|
|
|
roles:
|
2019-04-26 13:40:02 +00:00
|
|
|
- role: infra-role-geth
|
2019-05-16 22:59:19 +00:00
|
|
|
- role: infra-role-geth-exporter
|
2019-07-24 02:33:43 +00:00
|
|
|
- role: faucet-api
|
2019-05-14 15:21:57 +00:00
|
|
|
- role: geth-peer-fix
|
2019-07-24 02:33:43 +00:00
|
|
|
vars:
|
|
|
|
faucet_network: ropsten
|
|
|
|
faucet_http_port: 3000
|
|
|
|
geth_port: 30303
|
|
|
|
geth_rpc_port: 8545
|
|
|
|
geth_expo_cont_port: 9200
|
|
|
|
|
|
|
|
- name: Configure rinkeby faucet
|
|
|
|
hosts: faucet-master
|
|
|
|
roles:
|
|
|
|
- role: infra-role-geth
|
|
|
|
- role: infra-role-geth-exporter
|
2019-05-28 12:20:37 +00:00
|
|
|
- role: faucet-api
|
2019-07-24 02:33:43 +00:00
|
|
|
- role: geth-peer-fix
|
|
|
|
vars:
|
|
|
|
faucet_network: rinkeby
|
|
|
|
faucet_http_port: 3001
|
|
|
|
geth_port: 30304
|
|
|
|
geth_rpc_port: 8546
|
|
|
|
geth_expo_cont_port: 9201
|
|
|
|
|
2019-03-18 15:44:43 +00:00
|
|
|
|
2019-07-24 02:33:43 +00:00
|
|
|
- name: Configure rinkeby faucet
|
|
|
|
hosts: faucet-master
|
2019-03-18 15:44:43 +00:00
|
|
|
roles:
|
2019-05-07 13:04:47 +00:00
|
|
|
- role: infra-role-geth
|
2019-05-16 22:59:19 +00:00
|
|
|
- role: infra-role-geth-exporter
|
2019-07-24 02:33:43 +00:00
|
|
|
- role: faucet-api
|
|
|
|
- role: geth-peer-fix
|
|
|
|
vars:
|
|
|
|
faucet_network: goerli
|
|
|
|
faucet_http_port: 3002
|
|
|
|
geth_port: 30305
|
|
|
|
geth_rpc_port: 8547
|
|
|
|
geth_expo_cont_port: 9202
|