👾 Help make the NGINX Ansible role better by participating in our survey! 👾
What's new in NGINX's Ansible role 0.19.2!
🚀 Features
- Implement Release Drafter (#392, #393, #395 ) @alessfg
- Add explicit Jinja2 requirement (#382) @alessfg
- Replace Ansible community distribution with Ansible base (#365) @alessfg
- Implement Dependabot (#357, #359) @alessfg
🎉 Enhancements
- Add Alpine 3.13 to the list of NGINX Plus supported platforms (#391) @alessfg
- Tweak Molecule tests to account for the updated list of supported platforms (#383) @alessfg
- Fix
package
module in Molecule verification tests (#364) @alessfg - Update GitHub templates (#363) @alessfg
🐛 Bug Fixes
- Change NGINX config check handler directory (#378) @alessfg
- Incorrect setup of Systemd restart value (#375) @andrejzelnik
- Fix
package
module in Molecule verification tests (#364) @alessfg
📝 Documentation
⬆️ Dependencies
- Update Ansible collections (#394, #390, #381) @alessfg
- Bump ansible-base from 2.10.4 to 2.10.8 in /.github/workflows/requirements (#389, #374, #370, #358) @dependabot
- Bump ansible-lint from 4.3.7 to 5.0.7 in /.github/workflows/requirements (#388, #384, #380, #377) @dependabot
- Bump docker from 4.4.1 to 5.0.0 in /.github/workflows/requirements (#386, #372, #369, #367) @dependabot
- Bump yamllint from 1.25.0 to 1.26.1 in /.github/workflows/requirements (#387, #362) @dependabot
- Bump molecule[docker] from 3.2.2 to 3.3.0 in /.github/workflows/requirements (#379, #376, #361) @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.19.2), run
ansible-galaxy install -f nginxinc.nginx,v0.19.2
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx/tree/0.19.2/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.