0.6.1
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.1!
🎉 Enhancements
🐛 Bug Fixes
- Temporarily install NGINX Plus R24 in Molecule tests (#130) @alessfg
- Fix license removal step (#122) @aknot242
⬆️ Dependencies
- Bump Ansible collections (#128) @alessfg
- Bump molecule[docker] from 3.3.4 to 3.5.1 in /.github/workflows/requirements (#127, #118) @dependabot
- Bump ansible-core from 2.11.2 to 2.11.5 in /.github/workflows/requirements (#126, #120, #116) @dependabot
- Bump docker from 5.0.0 to 5.0.2 in /.github/workflows/requirements (#125) @dependabot
- Bump ansible-lint from 5.0.12 to 5.1.3 in /.github/workflows/requirements (#123, #115) @dependabot
- Bump yamllint from 1.26.1 to 1.26.3 in /.github/workflows/requirements (#121, #117) @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.1), run
ansible-galaxy install -f nginxinc.nginx_app_protect,v0.6.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-app-protect/tree/0.6.1/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.