0.7.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.7.0!
💣 Breaking Changes
🐛 Bug Fixes
- Add NGINX App Protect DoS to the NAP uninstall tasks (#148) @alessfg
- Replace
nginx_license_status
with the correct variable (#147) @alessfg
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.7.0), run
ansible-galaxy install -f nginxinc.nginx_app_protect,v0.7.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-app-protect/tree/0.7.0/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.