mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 13:05:09 +00:00
12 lines
130 B
YAML
12 lines
130 B
YAML
---
|
|
|
|
- hosts: all
|
|
user: root
|
|
any_errors_fatal: true
|
|
gather_facts: no
|
|
vars:
|
|
- service: tendermint
|
|
roles:
|
|
- stop
|
|
|