Jakub Sokołowski e79a602d12
rename faucet to faucet-api role
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-05-28 08:20:37 -04:00

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