mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-24 08:38:32 +00:00
23 lines
482 B
YAML
23 lines
482 B
YAML
---
|
|
- name: Configure faucet proxy
|
|
hosts: faucet-master
|
|
roles:
|
|
- role: origin-cert
|
|
tags: origin-cert
|
|
- role: infra-role-geth
|
|
tags: geth
|
|
- role: infra-role-geth-exporter
|
|
tags: metrics
|
|
- role: geth-peer-fix
|
|
tags: geth-peer-fix
|
|
- role: faucet-api
|
|
tags: faucet-api
|
|
|
|
- name: Configure faucet miners
|
|
hosts: faucet-miners
|
|
roles:
|
|
- role: infra-role-geth
|
|
tags: geth
|
|
- role: infra-role-geth-exporter
|
|
tags: metrics
|