github.com/noirx94/tendermintmp@v0.0.1/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