mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 02:52:07 +00:00
12 lines
302 B
YAML
12 lines
302 B
YAML
---
|
|
|
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
|
|
roles:
|
|
- install-tendermint
|
|
- install-ethermint
|
|
- cleanupdata
|
|
- { role: config, testnet_name: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}" }
|
|
- { role: start, service: ethermint }
|
|
- { role: start, service: tendermint }
|
|
|