0.6.0
Pre-release
Pre-release
github-actions
released this
30 Jan 00:04
·
121 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.6.0!
🎉 Enhancements
- Standardize code from dot to array notation (#306) @alessfg
- Support
include
in the main NGINX context (#302) @alessfg
🐛 Bug Fixes
- Replace non-existent GitHub actions key (#305) @alessfg
- Fix tests not running on external PRs (#297) @alessfg
🧪 Tests
- Update NGINX role versions used by Molecule (#307) @alessfg
- Use amd64 platform for Molecule tests (#300) @alessfg
- Update GitHub actions to use Ubuntu 22.04 (#298) @alessfg
⬆️ Dependencies
- Bump ansible-core from 2.13.5 to 2.14.1 in /.github/workflows/requirements (#293) @dependabot
- Bump ansible-lint from 6.7.0 to 6.11.0 in /.github/workflows/requirements (#304, #296, #282) @dependabot
- Bump yamllint from 1.28.0 to 1.29.0 in /.github/workflows/requirements (#301) @dependabot
- Bump molecule[docker] from 4.0.2 to 4.0.4 in /.github/workflows/requirements (#294) @dependabot
- Bump docker from 6.0.0 to 6.0.1 in /.github/workflows/requirements (#286) @dependabot
- Bump Ansible collections (#299) @alessfg
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.6.0), run
ansible-galaxy install -f nginxinc.nginx_config,v0.6.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-config/tree/0.6.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.