Newton Series Release Notes¶
14.0.0¶
New Features¶
The rsyslog_client role now supports the ability to configure whether apt/yum tasks install the latest available package, or just ensure that the package is present. The default action is to ensure that the latest package is present. The action taken may be changed to only ensure that the package is present by setting
rsyslog_client_package_statetopresent.
CentOS7 support has been added to the
rsyslog_clientrole.
The options of application logrotate configuration files are now configurable.
rsyslog_client_log_rotate_optionscan be used to provide a list of directives, andrsyslog_client_log_rotate_scriptscan be used to provide a list of postrotate, prerotate, firstaction, or lastaction scripts.
Upgrade Notes¶
The rsyslog_client role always checks whether the latest package is installed when executed. If a deployer wishes to change the check to only validate the presence of the package, the option
rsyslog_client_package_stateshould be set topresent.
The variable
rsyslog_client_packageshas been replaced byrsyslog_client_distro_packages.
In the
rsyslog_clientrole, the variablersyslog_client_reposhas been removed as it is no longer used.