Jakub Sokołowski 4a35e9a79f
add websocket port, adjust other ports
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-25 21:39:42 +01:00

56 lines
1.7 KiB
YAML

---
- name: Install origin certificates
hosts: faucet-master
roles:
- { role: origin-certs, tags: origin-certs }
- name: Create a SWAP file
hosts: faucet-master
roles:
- { role: swap-file, tags: swap-file }
- name: Configure ropsten faucet
hosts: faucet-master
roles:
- { 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 }
vars:
faucet_network: ropsten
faucet_http_port: 3000
geth_port: 30303
geth_rpc_port: 8545
geth_websocket_port: 8546
geth_expo_cont_port: 9200
- name: Configure rinkeby faucet
hosts: faucet-master
roles:
- { 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 }
vars:
faucet_network: rinkeby
faucet_http_port: 3001
geth_port: 30304
geth_rpc_port: 8547
geth_websocket_port: 8548
geth_expo_cont_port: 9201
- name: Configure rinkeby faucet
hosts: faucet-master
roles:
- { 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 }
vars:
faucet_network: goerli
faucet_http_port: 3002
geth_port: 30305
geth_rpc_port: 8549
geth_websocket_port: 8550
geth_expo_cont_port: 9202