👾 Help make the NGINX Ansible role better by participating in our survey! 👾
What's new in NGINX's Ansible role 0.21.1!
🚀 Features
🎉 Enhancements
- Update list of support platforms for NGINX OSS (#435) @alessfg
- Update list of supported platforms for NGINX Plus R25 (#446) @alessfg
⬆️ Dependencies
- Bump Ansible collections (#445) @alessfg
- Bump ansible-core from 2.11.4 to 2.11.5 in /.github/workflows/requirements (#442) @dependabot
- Bump ansible-lint from 5.1.2 to 5.1.3 in /.github/workflows/requirements (#438) @dependabot
- Bump yamllint from 1.26.2 to 1.26.3 in /.github/workflows/requirements (#436) @dependabot
- Bump molecule[docker] from 3.4.0 to 3.5.1 in /.github/workflows/requirements (#444) @dependabot
- Bump docker from 5.0.0 to 5.0.2 in /.github/workflows/requirements (#439) @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.21.1), run
ansible-galaxy install -f nginxinc.nginx,v0.21.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx/tree/0.21.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.