Skip to content

Latest commit

 

History

History
73 lines (44 loc) · 1.73 KB

CHANGES.rst

File metadata and controls

73 lines (44 loc) · 1.73 KB

Changelog

debops.rsyslog

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer_ is drybjed_.

Added

  • Add support for anonymous TLS connections, as well as a way to allow only TLS connections. [bleuchtang]

Changed

  • Update role documentation and Changelog. [drybjed_]

Fixed

  • Make sure that the original files that are diverted when the role is enabled are not removed when the role is executed multiple times. [drybjed_]

Changed

  • Role has been redesigned from scratch. It now supports local as well as remote logs, forwarding over UDP, TCP and TLS. Configuration is defined in default variables which can be easily overriden if necessary. New documentation has been written as well. [drybjed_]

debops.rsyslog v0.1.0 - 2016-05-18

Added

Changed

  • Fix deprecation warnings in Ansible 2.1.0. [ypid_]
  • Default to enabled: True in rsyslog_pools. Before this, an entry missing a enabled has been ignored. [ypid_]