0.7.1
Pre-release
Pre-release
github-actions
released this
03 Oct 23:55
·
80 commits
to refs/heads/main
since this release
πΎ Help make the NGINX config Ansible role better by participating in our survey! πΎ
What's new in NGINX's config Ansible role 0.7.1!
π Features
π Enhancements
π Bug Fixes
- Change HTTP3 attribute check from enabled to enable (#363) @fpfuetsch
- Change HTTP2 attribute check from enabled to enable (#358) @tugytur
β¬οΈ Dependencies
- Bump ansible-core from 2.15.1 to 2.15.4 in /.github/workflows/requirements (#371, #357, #349) @dependabot
- Bump ansible-lint from 6.17.2 to 6.20.2 in /.github/workflows/requirements (#374, #373, #369, #364) @dependabot
- Bump ansible-compat from 4.1.5 to 4.1.10 in /.github/workflows/requirements (#368, #367, #361) @dependabot
- Bump molecule from 5.1.0 to 6.0.2 in /.github/workflows/requirements (#366, #359, #356) @dependabot
- Bump molecule-plugins[docker] from 23.4.1 to 23.5.0 in /.github/workflows/requirements (#354) @dependabot
Install & Upgrade
- To install the Ansible NGINX config role on a fresh environment, run
ansible-galaxy install nginxinc.nginx_config
. - To upgrade the Ansible NGINX config role to the latest release, run
ansible-galaxy install -f nginxinc.nginx_config
. - To install or upgrade to this specific Ansible NGINX config role release (0.7.1), run
ansible-galaxy install -f nginxinc.nginx_config,v0.7.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-config/tree/0.7.1/molecule. - Ansible Galaxy repository -- galaxy.ansible.com/nginxinc/nginx_config.
- 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.