0.6.0
Pre-release
Pre-release
👾 Help make the NGINX App Protect Ansible role better by participating in our survey! 👾
What's new in NGINX's App Protect Ansible role 0.6.0!
💣 Breaking Changes
- Remove templating variables and features deprecated in release
0.5.0
. Check the Changelog for more details. (#114) @alessfg
🚀 Features
- Add support for the NGINX App Protect DoS module (#111) @aknot242
- Add support for NGINX App Protect 3.3 (#112) @aknot242
- Add
nginx_app_protect_manage_repo
feature flag and defaults (#110, #108) @sjugge
🎉 Enhancements
- Replace "yes"/"no" boolean values with "true"/"false" (#103) @alessfg
- Replace Ansible base with Ansible core (#100) @alessfg
- Add manual trigger for Molecule test workflow (#97) @aknot242
⬆️ Dependencies
- Update
nginx
role requirement in Molecule tests to0.20.0
(#107) @alessfg - Bump Ansible collections (#113, #104) @alessfg
- Bump ansible-core from 2.11.1 to 2.11.2 in /.github/workflows/requirements (#109) @dependabot
- Bump molecule[docker] from 3.3.0 to 3.3.4 in /.github/workflows/requirements (#105, #102, #93) @dependabot
- Bump ansible-lint from 5.0.8 to 5.0.12 in /.github/workflows/requirements (#106, #101) @dependabot
- Bump jinja2 from 2.11.3 to 3.0.1 in /.github/workflows/requirements (#94, #92) @dependabot
- Bump actions/setup-python from 2 to 2.2.2 (#91) @dependabot
- Bump actions/checkout from 2 to 2.3.4 (#90) @dependabot
Install & Upgrade
- To install the Ansible NGINX App Protect role on a fresh environment, run
ansible-galaxy install nginxinc.nginx_app_protect
. - To upgrade the Ansible NGINX App Protect role to the latest release, run
ansible-galaxy install -f nginxinc.nginx_app_protect
. - To install or upgrade to this specific Ansible NGINX App Protect role release (0.6.0), run
ansible-galaxy install -f nginxinc.nginx_app_protect,v0.6.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-app-protect/tree/0.6.0/molecule. - Ansible Galaxy repository -- galaxy.ansible.com/nginxinc/nginx.
- NGINX Ansible role & collection introductory blog -- nginx.com/blog/announcing-nginx-core-collection-ansible.
- NGINX: Better with Ansible demo -- github.com/alessfg/nginx-ansible-demo.