mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 11:02:06 +00:00
8 lines
157 B
YAML
8 lines
157 B
YAML
---
|
|
|
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
|
|
roles:
|
|
- { role: start, service: "ethermint" }
|
|
- { role: start, service: "tendermint" }
|
|
|