Files
tendermint/ansible/reset.yml
T

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