0.3.0
github-actions
released this
10 Jul 17:23
·
46 commits
to refs/heads/main
since this release
What's new in NGINX Management Suite's Ansible role 0.3.0!
- Task/add support for adm (#46) @nginx-danieloc
- Configurable systemd state (#19) @pdabelf5
🐛 Bug Fixes
- Fix Broken Pipeline (#45) @nginx-danieloc
⬆️ Dependencies
- Bump ansible-lint from 6.15.0 to 6.17.2 in /.github/workflows/requirements (#43) @dependabot
- Fix Broken Pipeline (#45) @nginx-danieloc
- Bump molecule-plugins[docker] from 23.4.0 to 23.4.1 in /.github/workflows/requirements (#29) @dependabot
- Bump molecule-plugins[docker] from 23.0.0 to 23.4.0 in /.github/workflows/requirements (#26) @dependabot
- Bump yamllint from 1.30.0 to 1.31.0 in /.github/workflows/requirements (#25) @dependabot
- Bump molecule from 4.0.4 to 5.0.0 in /.github/workflows/requirements (#27) @dependabot
- Bump ansible-lint from 6.14.6 to 6.15.0 in /.github/workflows/requirements (#28) @dependabot
- Bump ansible-lint from 6.14.4 to 6.14.6 in /.github/workflows/requirements (#24) @dependabot
- Updating dependencies (#22) @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.3.0), run
ansible-galaxy install -f nginxinc.nginx_management_suite,v0.3.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible-role-nginx-management-suite/tree/0.3.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.