0.5.1
Pre-release
Pre-release
github-actions
released this
06 Apr 12:40
·
195 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.5.1!
๐ Enhancements
- Add
mirror
andgunzip
modules (#242) @igloo777 - Add
map
andsplit_clients
modules (#235) @igloo777 - Add
RealIP
module (#240) @alessfg - Streamline configuring SELinux (#239) @alessfg
๐ Bug Fixes
- Ansible check mode fails if NGINX is not installed (#229) @alessfg
- Fix formatting of access template (#244) @igloo777
โฌ๏ธ Dependencies
- Bump Ansible collections (#243, #241) @alessfg
- Bump ansible-core from 2.12.2 to 2.12.4 in /.github/workflows/requirements (#236, #227) @dependabot
- Bump jinja2 from 3.0.3 to 3.1.1 in /.github/workflows/requirements (#234) @dependabot
- Bump ansible-lint from 5.4.0 to 6.0.2 in /.github/workflows/requirements (#233, #230) @dependabot
- Bump actions/checkout from 2.4.0 to 3 (#228) @dependabot
- Bump actions/setup-python from 2.3.2 to 3.0.0 (#226) @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.5.1), run
ansible-galaxy install -f nginxinc.nginx_config,v0.5.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-config/tree/0.5.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.