ansible.builtin.logdna (v2.9.27) — callback

Sends playbook logs to LogDNA

| "added in version" 2.7 of ansible.builtin"

Authors: unknown

Install Ansible via pip

Install with pip install ansible==2.9.27

Description

This callback will report logs from playbook actions, tasks, and events to LogDNA (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