re-enable faucet-master playbook
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7c8a33eb1b
commit
f75d82bc19
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
#- name: Configure faucet proxy
|
||||
# hosts: faucet-master
|
||||
# roles:
|
||||
# - role: origin-cert
|
||||
# tags: origin-cert
|
||||
# - role: faucet-proxy
|
||||
# tags: faucet-proxy
|
||||
- name: Configure faucet proxy
|
||||
hosts: faucet-master
|
||||
roles:
|
||||
- role: origin-cert
|
||||
tags: origin-cert
|
||||
- role: faucet
|
||||
tags: faucet
|
||||
|
||||
- name: Configure faucet miners
|
||||
hosts: faucet-miners
|
||||
|
|
Loading…
Reference in New Issue