github.com/ari-anchor/sei-tendermint@v0.0.0-20230519144642-dc826b7b56bb/networks/remote/ansible/config.yml (about)

     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