You've already forked ansible-role-rspamd
style(meta): format argument specs
This commit is contained in:
@@ -3,7 +3,7 @@ argument_specs:
|
||||
main:
|
||||
short_description: "Role to install and configure rspamd mail filter"
|
||||
description:
|
||||
- "This role configures rspamd with support for DKIM signing, Redis integration, logging, ACLs, and worker controller settings."
|
||||
- "This role configures rspamd with support for DKIM signing, Redis integration, logging, ACLs, and worker controller settings."
|
||||
author: "Markus Pesch"
|
||||
options:
|
||||
# ACLs
|
||||
@@ -68,20 +68,20 @@ argument_specs:
|
||||
type: str
|
||||
default: "info"
|
||||
choices:
|
||||
- error
|
||||
- warning
|
||||
- notice
|
||||
- info
|
||||
- silent
|
||||
- debug
|
||||
- error
|
||||
- warning
|
||||
- notice
|
||||
- info
|
||||
- silent
|
||||
- debug
|
||||
rspamd_logging_type:
|
||||
description: "Log type."
|
||||
type: str
|
||||
default: "syslog"
|
||||
choices:
|
||||
- console
|
||||
- file
|
||||
- syslog
|
||||
- console
|
||||
- file
|
||||
- syslog
|
||||
|
||||
# Redis
|
||||
rspamd_redis_enabled:
|
||||
@@ -147,7 +147,7 @@ argument_specs:
|
||||
type: list
|
||||
elements: str
|
||||
default:
|
||||
- localhost
|
||||
- localhost
|
||||
rspamd_worker_controller_ssl_cert:
|
||||
description: "Path to PEM certificate file (required when using ssl bind sockets)."
|
||||
type: str
|
||||
|
||||
Reference in New Issue
Block a user