0.2.0
·
58 commits
to refs/heads/main
since this release
What's new in NGINX Management Suite's Ansible role 0.2.0!
π Features
π Enhancements
Tests
- Adding Tests Showing Playbook for Counting NGINX Plus Instances using NMS Ansible Role (#14) @jswongF5
Install & Upgrade
- To install the Ansible NGINX Management Suite role on a fresh environment, run
ansible-galaxy install nginxinc.nginx_management_suite
. - To upgrade the Ansible NGINX Management Suite role to the latest release, run
ansible-galaxy install -f nginxinc.nginx_management_suite
. - To install or upgrade to this specific Ansible NGINX Management Suite role release (0.2.0), run
ansible-galaxy install -f nginxinc.nginx_management_suite,v0.2.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-management-suite/tree/0.2.0/molecule. - Ansible Galaxy repository -- galaxy.ansible.com/nginxinc/nginx_management_suite.
- 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.