github.com/ari-anchor/sei-tendermint@v0.0.0-20230519144642-dc826b7b56bb/networks/remote/ansible/logzio.yml (about) 1 --- 2 # Note: You need to add LOGZIO_TOKEN variable with your API key. Like tihs: ansible-playbook -e LOGZIO_TOKEN=ABCXYZ123456 3 - hosts: all 4 user: root 5 any_errors_fatal: true 6 gather_facts: no 7 vars: 8 - service: tendermint 9 - JOURNALBEAT_BINARY: "{{lookup('env', 'GOPATH')}}/bin/journalbeat" 10 roles: 11 - logzio