0.3.1
Pre-release
Pre-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 fornginx_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 theapt
module is not always idempotent. Moved the NGINX App Protect installation task to a correspondingapt
oryum
module to avoid this scenario.