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