---
|
|
|
|
#Note: You need to add LOGZIO_TOKEN variable with your API key. Like tihs: ansible-playbook -e LOGZIO_TOKEN=ABCXYZ123456
|
|
|
|
- hosts: all
|
|
user: root
|
|
any_errors_fatal: true
|
|
gather_facts: no
|
|
vars:
|
|
- service: tendermint
|
|
- JOURNALBEAT_BINARY: "{{lookup('env', 'GOPATH')}}/bin/journalbeat"
|
|
roles:
|
|
- logzio
|
|
|