0.7.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.7.1!
🎉 Enhancements
Add signing keys to a unique NGINX keyring on Debian based systems (#158) @alessfg
🐛 Bug Fixes
License and keys should now be correctly setup when neither signatures or threat campaigns are installed (#158) @alessfg
⬆️ Dependencies
- Bump Ansible collections (#166) @alessfg
- Bump ansible-core from 2.11.6 to 2.12.2 in /.github/workflows/requirements (#162, #156, #152) @dependabot
- Bump jinja2 from 3.0.2 to 3.0.3 in /.github/workflows/requirements (#151) @dependabot
- Bump molecule[docker] from 3.5.2 to 3.6.1 in /.github/workflows/requirements (#165, #163) @dependabot
- Bump ansible-lint from 5.2.1 to 5.4.0 in /.github/workflows/requirements (#164, #160, #157, #155) @dependabot
- Bump actions/setup-python from 2.2.2 to 2.3.2 (#161, #154, #153) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#150) @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.7.1), run
ansible-galaxy install -f nginxinc.nginx_app_protect,v0.7.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-app-protect/tree/0.7.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.