0.22.0
Pre-release
Pre-release
๐พ Help make the NGINX Ansible role better by participating in our survey! ๐พ
What's new in NGINX's Ansible role 0.22.0!
๐ฃ Breaking Changes
๐ Features
- Allow NGINX version downgrades (#475) @alessfg
- Pin Alpine Linux and Debian OSS repositories (#471) @alessfg
โฌ๏ธ Dependencies
- Bump Ansible collections (#476) @alessfg
- Bump ansible-lint from 5.2.1 to 5.3.0 in /.github/workflows/requirements (#473) @dependabot
- Bump ansible-core from 2.11.6 to 2.12.1 in /.github/workflows/requirements (#474, #465) @dependabot
- Bump actions/setup-python from 2.2.2 to 2.3.1 (#470) @dependabot
- Bump jinja2 from 3.0.2 to 3.0.3 in /.github/workflows/requirements (#466) @dependabot
- Bump actions/checkout from 2.3.5 to 2.4.0 (#464) @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.22.0), run
ansible-galaxy install -f nginxinc.nginx,v0.22.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx/tree/0.22.0/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.