orangeqs.juice.orchestration.rsyslog#

rsyslog installation.

Module Contents#

Functions#

install_rsyslog

Check if rsyslog is installed; if not, install it using dnf.

enable_rsyslog

Enable and start rsyslog service.

Data#

API#

orangeqs.juice.orchestration.rsyslog.RSYSLOG_SERVICE_NAME#

‘rsyslog’

orangeqs.juice.orchestration.rsyslog.install_rsyslog() bool#

Check if rsyslog is installed; if not, install it using dnf.

Returns#

  • bool (False if rsyslog was already installed.)

orangeqs.juice.orchestration.rsyslog.enable_rsyslog() None#

Enable and start rsyslog service.