You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
326 B

  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