community.general.logdna (8.5.0) — callback

Sends playbook logs to LogDNA

Authors: Unknown (!UNKNOWN)

Install collection

Install with ansible-galaxy collection install community.general:==8.5.0


Add to requirements.yml

  collections:
    - name: community.general
      version: 8.5.0

Description

This callback will report logs from playbook actions, tasks, and events to LogDNA (U(https://app.logdna.com)).


Requirements

Inputs

    
conf_key:
    description: LogDNA Ingestion Key.
    env:
    - name: LOGDNA_INGESTION_KEY
    ini:
    - key: conf_key
      section: callback_logdna
    required: true
    type: string

conf_tags:
    default: ansible
    description: Tags.
    env:
    - name: LOGDNA_TAGS
    ini:
    - key: conf_tags
      section: callback_logdna
    required: false
    type: string

conf_hostname:
    description: Alternative Host Name; the current host name by default.
    env:
    - name: LOGDNA_HOSTNAME
    ini:
    - key: conf_hostname
      section: callback_logdna
    required: false
    type: string

plugin_ignore_errors:
    default: false
    description: Whether to ignore errors on failing or not.
    env:
    - name: ANSIBLE_IGNORE_ERRORS
    ini:
    - key: plugin_ignore_errors
      section: callback_logdna
    required: false
    type: boolean