0.9.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.9.0!
🚀 Features
- Validate role variables (#236) @alessfg
- Update list of supported platforms (#234) @alessfg
- Refactor how supported distributions are checked (#233) @alessfg
🎉 Enhancements
🐛 Bug Fixes
🧪 Tests
- Use amd64 platform for Molecule tests (#231) @alessfg
- Update GitHub actions to use Ubuntu 22.04 (#229) @alessfg
⬆️ Dependencies
- Bump ansible-core from 2.13.4 to 2.14.1 in /.github/workflows/requirements (#226, #214) @dependabot
- Bump ansible-lint from 6.7.0 to 6.11.0 in /.github/workflows/requirements (#235, #228, #216) @dependabot
- Bump yamllint from 1.28.0 to 1.29.0 in /.github/workflows/requirements (#232) @dependabot
- Bump molecule[docker] from 4.0.1 to 4.0.4 in /.github/workflows/requirements (#225, #215) @dependabot
- Bump docker from 6.0.0 to 6.0.1 in /.github/workflows/requirements (#220) @dependabot
- Bump Ansible collections (#230) @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.9.0), run
ansible-galaxy install -f nginxinc.nginx_app_protect,v0.9.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-app-protect/tree/0.9.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.