0.6.2
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.2!
🎉 Enhancements
- Remove Alpine 3.10 from the list of supported platforms (#140) @alessfg
- Move non NGINX App Protect specific dependencies from the role into the Molecule Dockerfile (#133) @alessfg
🐛 Bug Fixes
Always update NAP dependencies to the latest available version (#133) @alessfg
⬆️ Dependencies
- Bump Ansible collections (#145) @alessfg
- Bump ansible-lint from 5.1.3 to 5.2.1 in /.github/workflows/requirements (#144, #131) @dependabot
- Bump ansible-core from 2.11.5 to 2.11.6 in /.github/workflows/requirements (#143) @dependabot
- Bump actions/checkout from 2.3.4 to 2.3.5 (#142) @dependabot
- Bump docker from 5.0.2 to 5.0.3 in /.github/workflows/requirements (#137) @dependabot
- Bump molecule[docker] from 3.5.1 to 3.5.2 in /.github/workflows/requirements (#135) @dependabot
- Bump jinja2 from 3.0.1 to 3.0.2 in /.github/workflows/requirements (#132) @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.2), run
ansible-galaxy install -f nginxinc.nginx_app_protect,v0.6.2
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-app-protect/tree/0.6.2/molecule. - Ansible Galaxy repository -- galaxy.ansible.com/nginxinc/nginx_app_protect.
- 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.