mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-30 19:51:58 +00:00
12 lines
131 B
YAML
12 lines
131 B
YAML
---
|
|
|
|
- hosts: all
|
|
user: root
|
|
any_errors_fatal: true
|
|
gather_facts: no
|
|
vars:
|
|
- service: tendermint
|
|
roles:
|
|
- start
|
|
|