Files
tendermint/networks/remote/ansible/config.yml
M. J. Fromberger 5eb50a43b5 ci: fix super-linter configuration settings (#7708)
- Revert the version pin from #7706.
- Override the YAML linter config to be more forgiving.
- Update YAML lint warnings in a number of files.

The choice of which lints to fix and which to override was ad hoc: I fixed the ones that were mainly whitespace oriented, and suppressed the ones that were document-structure related.

Fixes #7707.
2022-01-27 05:33:11 -08:00

16 lines
255 B
YAML

---
# Requires BINARY and CONFIGDIR variables set.
# N=4 hosts by default.
- hosts: all
user: root
any_errors_fatal: true
gather_facts: yes
vars:
- service: tendermint
- N: 4
roles:
- stop
- config
- unsafe_reset
- start