<plugin_type>: -> name: (#1541)

This commit is contained in:
Felix Fontein 2021-01-12 07:12:03 +01:00 committed by GitHub
commit 99cfb993d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
78 changed files with 69 additions and 78 deletions

View file

@ -8,7 +8,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: cgroup_memory_recap
name: cgroup_memory_recap
type: aggregate
requirements:
- whitelist in configuration

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: context_demo
name: context_demo
type: aggregate
short_description: demo callback that adds play/task context
description:

View file

@ -9,7 +9,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: counter_enabled
name: counter_enabled
type: stdout
short_description: adds counters to the output items (tasks and hosts/task)
description:

View file

@ -6,7 +6,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = '''
callback: dense
name: dense
type: stdout
short_description: minimal stdout output
extends_documentation_fragment:

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = r'''
callback: diy
name: diy
type: stdout
short_description: Customize the output
version_added: 0.2.0

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: hipchat
name: hipchat
type: notification
requirements:
- whitelist in configuration.

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: jabber
name: jabber
type: notification
short_description: post task events to a jabber server
description:

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: log_plays
name: log_plays
type: notification
short_description: write playbook output to log file
description:

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: logdna
name: logdna
type: aggregate
short_description: Sends playbook logs to LogDNA
description:

View file

@ -6,7 +6,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: logentries
name: logentries
type: notification
short_description: Sends events to Logentries
description:

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: logstash
name: logstash
type: notification
short_description: Sends events to Logstash
description:

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = '''
callback: mail
name: mail
type: notification
short_description: Sends failure events via email
description:

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = '''
callback: nrdp
name: nrdp
type: notification
author: "Remi VERCHERE (@rverchere)"
short_description: post task result to a nagios server through nrdp

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: 'null'
name: 'null'
type: stdout
requirements:
- set as main display callback

View file

@ -8,7 +8,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: say
name: say
type: notification
requirements:
- whitelisting in configuration

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: selective
name: selective
type: stdout
requirements:
- set as main display callback

View file

@ -8,7 +8,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: slack
name: slack
type: notification
requirements:
- whitelist in configuration

View file

@ -18,7 +18,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = '''
callback: splunk
name: splunk
type: aggregate
short_description: Sends task result events to Splunk HTTP Event Collector
author: "Stuart Hirst (!UNKNOWN) <support@convergingdata.com>"

View file

@ -18,7 +18,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = '''
callback: sumologic
name: sumologic
type: aggregate
short_description: Sends task result events to Sumologic
author: "Ryan Currah (@ryancurrah)"

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: syslog_json
name: syslog_json
type: notification
requirements:
- whitelist in configuration

View file

@ -7,7 +7,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
DOCUMENTATION = '''
callback: unixy
name: unixy
type: stdout
author: Allyson Bowles (@akatch)
short_description: condensed Ansible output

View file

@ -7,7 +7,7 @@ __metaclass__ = type
DOCUMENTATION = '''
author: Unknown (!UNKNOWN)
callback: yaml
name: yaml
type: stdout
short_description: yaml-ized Ansible screen output
description: