syslogd

Collection: community.general

Full Name: parallax.community.general.syslogd

Aliases: community.general.syslogd, syslogd

Synopsis

Manage syslogd

Parameters

NameTypeRequiredDefaultDescription
namestringyesName of the syslog daemon service
statestringstartedDesired state of the syslog daemon (started, stopped, restarted, reloaded)
enabledboolWhether the service should start on boot
patternstringSyslog pattern/filter to configure
facilitystringSyslog facility to configure
prioritystringSyslog priority level to configure

Example

- name: Example syslogd task
  syslogd:
    name: <your_name>