mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-10 12:01:18 +00:00
12 lines
133 B
YAML
12 lines
133 B
YAML
---
|
|
|
|
- hosts: all
|
|
user: root
|
|
any_errors_fatal: true
|
|
gather_facts: no
|
|
vars:
|
|
- service: tendermint
|
|
roles:
|
|
- install
|
|
|