mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-15 19:56:11 +00:00
10 lines
255 B
YAML
10 lines
255 B
YAML
---
|
|
|
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}"
|
|
user: root
|
|
roles:
|
|
- stop
|
|
- { role: cleanupconfig, when: not reconfig|default(false)|bool }
|
|
- { role: config, testnet_name: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}" }
|
|
- start
|