github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/libs/tendermint/networks/remote/ansible/reset.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      - stop
    11      - unsafe_reset
    12      - start
    13  
    14