github.com/noirx94/tendermintmp@v0.0.1/networks/remote/ansible/config.yml (about) 1 --- 2 3 #Requires BINARY and CONFIGDIR variables set. 4 #N=4 hosts by default. 5 6 - hosts: all 7 user: root 8 any_errors_fatal: true 9 gather_facts: yes 10 vars: 11 - service: tendermint 12 - N: 4 13 roles: 14 - stop 15 - config 16 - unsafe_reset 17 - start 18