0.20.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.20.0!
π£ Breaking Changes
π Enhancements
- Replace "yes"/"no" boolean values with "true"/"false" (#414) @alessfg
- Replace Ansible base with Ansible core (#412) @alessfg
π Bug Fixes
β¬οΈ Dependencies
- Replace Ansible base with Ansible core (#412) @alessfg
- Bump jinja2 from 2.11.3 to 3.0.1 in /.github/workflows/requirements (#403, #401) @dependabot
- Bump molecule[docker] from 3.3.0 to 3.3.4 in /.github/workflows/requirements (#416, #413, #404, #402) @dependabot
- Bump ansible-lint from 5.0.7 to 5.0.12 in /.github/workflows/requirements (#417, #409, #397) @dependabot
- Bump Ansible collections (#419, #415) @alessfg
- Specify GitHub actions versions (#407, #399) @alessfg
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.20.0), run
ansible-galaxy install -f nginxinc.nginx,v0.20.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx/tree/0.20.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.