mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-22 18:31:25 -07:00
[PR #8628/cac55beb backport][stable-9] Type options of callback plugins (#8663)
Type options of callback plugins (#8628)
Type options of callback plugins.
(cherry picked from commit cac55beb4f
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
2261bd62de
commit
a89ca23ecc
12 changed files with 35 additions and 0 deletions
|
@ -20,6 +20,7 @@ DOCUMENTATION = r'''
|
|||
options:
|
||||
server:
|
||||
description: Address of the Logstash server.
|
||||
type: str
|
||||
env:
|
||||
- name: LOGSTASH_SERVER
|
||||
ini:
|
||||
|
@ -29,6 +30,7 @@ DOCUMENTATION = r'''
|
|||
default: localhost
|
||||
port:
|
||||
description: Port on which logstash is listening.
|
||||
type: int
|
||||
env:
|
||||
- name: LOGSTASH_PORT
|
||||
ini:
|
||||
|
@ -38,6 +40,7 @@ DOCUMENTATION = r'''
|
|||
default: 5000
|
||||
type:
|
||||
description: Message type.
|
||||
type: str
|
||||
env:
|
||||
- name: LOGSTASH_TYPE
|
||||
ini:
|
||||
|
@ -47,6 +50,7 @@ DOCUMENTATION = r'''
|
|||
default: ansible
|
||||
pre_command:
|
||||
description: Executes command before run and its result is added to the C(ansible_pre_command_output) logstash field.
|
||||
type: str
|
||||
version_added: 2.0.0
|
||||
ini:
|
||||
- section: callback_logstash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue