github.com/lazyledger/lazyledger-core@v0.35.0-dev.0.20210613111200-4c651f053571/networks/remote/ansible/start.yml (about) 1 --- 2 3 - hosts: all 4 user: root 5 any_errors_fatal: true 6 gather_facts: no 7 vars: 8 - service: tendermint 9 roles: 10 - start 11