mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-18 16:31:26 -07:00
Type options of callback plugins (#8628)
Type options of callback plugins.
This commit is contained in:
parent
ce65eb8736
commit
cac55beb4f
12 changed files with 35 additions and 0 deletions
|
@ -19,6 +19,7 @@ DOCUMENTATION = '''
|
|||
options:
|
||||
server:
|
||||
description: Syslog server that will receive the event.
|
||||
type: str
|
||||
env:
|
||||
- name: SYSLOG_SERVER
|
||||
default: localhost
|
||||
|
@ -27,6 +28,7 @@ DOCUMENTATION = '''
|
|||
key: syslog_server
|
||||
port:
|
||||
description: Port on which the syslog server is listening.
|
||||
type: int
|
||||
env:
|
||||
- name: SYSLOG_PORT
|
||||
default: 514
|
||||
|
@ -35,6 +37,7 @@ DOCUMENTATION = '''
|
|||
key: syslog_port
|
||||
facility:
|
||||
description: Syslog facility to log as.
|
||||
type: str
|
||||
env:
|
||||
- name: SYSLOG_FACILITY
|
||||
default: user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue