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.

16 lines
221 B

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