rsyslog_server Docs

Installation of Rsyslog to receive shipped logs.

Basic Role Example

- name: Install rsyslog
  hosts: localhost
  user: root
  roles:
    - { role: "rsyslog_server", tags: [ "rsyslog-server" ] }

Table Of Contents

Project Source

This Page