This repository was archived by the owner on May 24, 2023. It is now read-only.
Releases: nginxinc/ansible_role_nginx_controller_install
Releases · nginxinc/ansible_role_nginx_controller_install
0.1.0
👾 Help make the NGINX Controller Install Ansible role better by participating in our survey! 👾
What's new in NGINX's Controller Install Ansible role 0.1.0!
This is the first release of this role after multiple updates bringing this role up to par with the NGINX core Ansible roles. Please check the README for information on how to use the role, and open an issue or a PR if you find any bugs!
Install & Upgrade
- To install the Ansible NGINX Controller Install role on a fresh environment, run
ansible-galaxy install nginxinc.nginx_controller_install
. - To upgrade the Ansible NGINX Controller Install role to the latest release, run
ansible-galaxy install -f nginxinc.nginx_controller_install
. - To install or upgrade to this specific Ansible NGINX Controller Install role release (0.1.0), run
ansible-galaxy install -f nginxinc.nginx_controller_install,v0.1.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible_role_nginx_controller_install/tree/0.1.0/molecule. - Ansible Galaxy repository -- galaxy.ansible.com/nginxinc/nginx_controller_install.
- NGINX: Better with Ansible demo -- github.com/alessfg/nginx-ansible-demo.