Jakub Sokołowski 1d7a23f5b7
use the new infra-role-geth for faucet API
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-26 15:40:02 +02:00

17 lines
309 B
YAML

---
- name: Configure faucet proxy
hosts: faucet-master
roles:
- role: origin-cert
tags: origin-cert
- role: infra-role-geth
tags: geth
- role: faucet
tags: faucet
- name: Configure faucet miners
hosts: faucet-miners
roles:
- role: geth-miner
tags: geth-miner