0.1.0
Pre-release
Pre-release
github-actions
released this
09 Mar 18:48
·
65 commits
to refs/heads/main
since this release
What's new in NGINX Management Suite's Ansible role 0.1.0!
Initial release of the NGINX Management Suite Ansible role. Features include:
- Install NGINX Management Suite (NMS).
- Create initial NMS password.
Install & Upgrade
- To install the Ansible NGINX Management Suite role on a fresh environment, run
ansible-galaxy install nginxinc.nms
. - To upgrade the Ansible NGINX Management Suite role to the latest release, run
ansible-galaxy install -f nginxinc.nms
. - To install or upgrade to this specific Ansible NGINX Management Suite role release (0.1.0), run
ansible-galaxy install -f nginxinc.nms,v0.1.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-management-suite/tree/0.1.0/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.