Skip to content

0.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@alessfg alessfg released this 22 Sep 20:46
· 244 commits to main since this release

FEATURES:

  • Two new variables have been introduced:
    • nginx_app_protect_service_modify -- Setting this variable to true/false will determine whether the default service timeout value gets modified.
    • nginx_app_protect_log_policy_target -- This variable is intended as an eventual replacement for nginx_app_protect_log_policy_syslog_target and allows using different destinations for NGINX App Protect's log files.

ENHANCEMENTS:

  • Split the default Molecule scenario into a simple and advanced scenario to solve timeout issues encountered in TravisCI.

BUG FIXES:

  • Rename handlers to use more specific role related naming and prevent namespace collision issues.
  • Set NGINX handler to state: restarted to prevent some compatibility issues when NGINX App Protect is installed on an instance already running NGINX beforehand.
  • Using update_cache: true by itself in the apt module is not always idempotent. Moved the NGINX App Protect installation task to a corresponding apt or yum module to avoid this scenario.