mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 06:31:57 +00:00
12 lines
217 B
YAML
12 lines
217 B
YAML
---
|
|
|
|
#variable "service" is required
|
|
|
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
|
|
roles:
|
|
- stop
|
|
- rmdb
|
|
- { role: config, testnet_name: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}" }
|
|
- start
|
|
|