mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 03:50:46 +00:00
10 lines
201 B
YAML
10 lines
201 B
YAML
---
|
|
|
|
- hosts: "{{ lookup('env','TF_VAR_TESTNET_NAME') }}:tag_Environment_{{ lookup('env','TF_VAR_TESTNET_NAME') | regex_replace('-','_') }}"
|
|
become: yes
|
|
roles:
|
|
- stop
|
|
- unsafe_reset
|
|
- start
|
|
|