0.8.1
Pre-release
Pre-release
github-actions
released this
28 Sep 13:31
·
62 commits
to refs/heads/main
since this 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.8.1!
🚀 Features
- Add support for RHEL 8.6 (#212) @alessfg
- Add support for new NAP DoS distros (Alpine Linux and Debian bullseye) (#209) @alessfg
- Check NGINX App Protect license is valid before trying to install NGINX App Protect (#209) @alessfg
🧪 Tests
- Skip GH action plus tests only when secrets aren't present (#204) @alessfg
- Remove Yamllint check from Molecule (#198) @alessfg
⬆️ Dependencies
- Bump ansible-core from 2.12.4 to 2.13.4 in /.github/workflows/requirements (#207, #200, #197, #194, #187, #184) @dependabot
- Bump jinja2 from 3.1.1 to 3.1.2 in /.github/workflows/requirements (#185) @dependabot
- Bump ansible-lint from 6.0.2 to 6.7.0 in /.github/workflows/requirements (#211, #203, #199, #192, #189, #188) @dependabot
- Bump yamllint from 1.26.3 to 1.28.0 in /.github/workflows/requirements (#206, #195) @dependabot
- Bump molecule[docker] from 3.6.1 to 4.0.1 in /.github/workflows/requirements (#196, #193) @dependabot
- Bump docker from 5.0.3 to 6.0.0 in /.github/workflows/requirements (#201) @dependabot
- Bump Ansible collections (#205, #190) @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.8.1), run
ansible-galaxy install -f nginxinc.nginx_app_protect,v0.8.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-app-protect/tree/0.8.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.