Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@alessfg alessfg released this 20 Sep 23:43
· 250 commits to main since this release
adbf1ad

DEPRECATION WARNING:

  • The ability to create an NGINX config including some basic App Protect directives has migrated to the NGINX config role available here. Any new issues or PRs related to configuring NGINX App Protect directives should be submitted in the new NGINX Config repository. New issues or PRs related to configuring NGINX App Protect directives submitted in this repository will not be worked on. The NGINX App Protect directives configuration functionalities included in this role will be removed in an upcoming release.

FEATURES:

  • A new variable has been introduced:
    • nginx_app_protect_setup_license -- Determine whether you want to use this role to upload your NGINX App Protect license to your target host.

ENHANCEMENTS:

  • Switch to using ansible_facts wherever possible.
  • Simplified overall role structure by:
    • Reducing signing key setup tasks to a single file.
    • Merging all install steps to a single file.
  • Added handlers to check for NGINX syntax validity and fail if any errors are detected.
  • Update Ansible Lint to 4.3.5.