tendermint/networks/remote/ansible/restart.yml

13 lines
142 B
YAML

---
- hosts: all
user: root
any_errors_fatal: true
gather_facts: no
vars:
- service: tendermint
roles:
- stop
- start