mirror of
https://github.com/status-im/infra-faucet.git
synced 2025-02-24 16:48:54 +00:00
17 lines
309 B
YAML
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
|