You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
255 B

  1. ---
  2. # Requires BINARY and CONFIGDIR variables set.
  3. # N=4 hosts by default.
  4. - hosts: all
  5. user: root
  6. any_errors_fatal: true
  7. gather_facts: yes
  8. vars:
  9. - service: tendermint
  10. - N: 4
  11. roles:
  12. - stop
  13. - config
  14. - unsafe_reset
  15. - start