0.7.0
Pre-release
Pre-release
github-actions
released this
06 Jul 13:32
·
102 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.0!
💣 Breaking Changes
🎉 Enhancements
🐛 Bug Fixes
- Change mappings value from a dictionary to a list in the default template (#317) @Uko
- Fix CI/CD pipeline (#324) @alessfg
⬆️ Dependencies
- Bump ansible-core from 2.14.1 to 2.15.1 in /.github/workflows/requirements (#343, #321, #313, #309) @dependabot
- Bump yamllint from 1.29.0 to 1.31.0 in /.github/workflows/requirements (#328, #320) @dependabot
- Bump ansible-lint from 6.11.0 to 6.17.2 in /.github/workflows/requirements (#345, #340, #329, #325, #323, #319, #315) @dependabot
- Bump molecule from 5.0.1 to 5.1.0 in /.github/workflows/requirements (#344) @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.0), run
ansible-galaxy install -f nginxinc.nginx_config,v0.7.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-config/tree/0.7.0/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.