0.23.1
Pre-release
Pre-release
github-actions
released this
06 Apr 12:39
·
265 commits
to refs/heads/main
since this release
πΎ Help make the NGINX Ansible role better by participating in our survey! πΎ
What's new in NGINX's Ansible role 0.23.1!
π Features
π Enhancements
- Add
TimeoutStartSec
parameter to the Systemd parameters (#505) @alessfg - Streamline configuring SELinux (#504) @alessfg
π Bug Fixes
β¬οΈ Dependencies
- Bump Ansible collections (#506, #505) @alessfg
- Bump ansible-core from 2.12.2 to 2.12.4 in /.github/workflows/requirements (#501, #494) @dependabot
- Bump jinja2 from 3.0.3 to 3.1.1 in /.github/workflows/requirements (#502) @dependabot
- Bump ansible-lint from 5.4.0 to 6.0.2 in /.github/workflows/requirements (#503, #499) @dependabot
- Bump actions/checkout from 2.4.0 to 3 (#496) @dependabot
- Bump actions/setup-python from 2.3.2 to 3 (#493) @dependabot
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.23.1), run
ansible-galaxy install -f nginxinc.nginx,v0.23.1
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx/tree/0.23.1/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.