syslogd
Collection: community.general
Full Name: parallax.community.general.syslogd
Aliases: community.general.syslogd, syslogd
Synopsis
Manage syslogd
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | yes | Name of the syslog daemon service | |
| state | string | started | Desired state of the syslog daemon (started, stopped, restarted, reloaded) | |
| enabled | bool | Whether the service should start on boot | ||
| pattern | string | Syslog pattern/filter to configure | ||
| facility | string | Syslog facility to configure | ||
| priority | string | Syslog priority level to configure |
Example
- name: Example syslogd task
syslogd:
name: <your_name>