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