23 lines
482 B
YAML
Raw Normal View History

---
- 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