0.24.1
Pre-release
Pre-release
·
171 commits
to refs/heads/main
since this release
๐พ Help make the NGINX Ansible role better by participating in our survey! ๐พ
What's new in NGINX's Ansible role 0.24.1!
๐ Features
- Update role to add/remove distributions supported/no longer supported by NGINX OSS 1.25.1 (#632) @alessfg
๐ Enhancements
- Extract Ansible Lint into its own GH actions job (#614) @alessfg
- Enable SELinux config with Oracle Linux (#595) @jswongF5
๐ Bug Fixes
โฌ๏ธ Dependencies
- Bump ansible-core from 2.14.1 to 2.15.1 in /.github/workflows/requirements (#635, #616, #600, #591, #586) @dependabot
- Bump yamllint from 1.29.0 to 1.32.0 in /.github/workflows/requirements (#624, #606, #598) @dependabot
- Bump ansible-lint from 6.15.0 to 6.17.2 in /.github/workflows/requirements (#634, #618, #612, #604, #603, #601, #593, #589) @dependabot
- Bump molecule from 4.0.4 to 5.1.0 in /.github/workflows/requirements (#633, #610) @dependabot
- Bump molecule-plugins[docker] from 23.0.0 to 23.4.1 in /.github/workflows/requirements (#613) @dependabot
- Bump docker from 6.1.1 to 6.1.3 in /.github/workflows/requirements (#627, #619) @dependabot
Install & Upgrade
- To install the Ansible NGINX role on a fresh environment, run
ansible-galaxy install nginxinc.nginx
. - To upgrade the Ansible NGINX role to the latest release, run
ansible-galaxy install -f nginxinc.nginx
. - To install or upgrade to this specific Ansible NGINX role release (0.24.1), run
ansible-galaxy install -f nginxinc.nginx,v0.24.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx/tree/0.24.1/molecule. - Ansible Galaxy repository -- galaxy.ansible.com/nginxinc/nginx.
- 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.