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