This repository has been archived by the owner on Aug 9, 2022. It is now read-only.
Releases: nginxinc/ansible_role_nginx_controller_agent
Releases · nginxinc/ansible_role_nginx_controller_agent
0.1.0
👾 Help make the NGINX Controller Agent Ansible role better by participating in our survey! 👾
What's new in NGINX's Controller Agent 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 Agent role on a fresh environment, run
ansible-galaxy install nginxinc.nginx_controller_agent
. - To upgrade the Ansible NGINX Controller Agent role to the latest release, run
ansible-galaxy install -f nginxinc.nginx_controller_agent
. - To install or upgrade to this specific Ansible NGINX Controller Agent role release (0.1.0), run
ansible-galaxy install -f nginxinc.nginx_controller_agent,v0.1.0
.
Resources
- Functional configuration examples (check
converge.yml
under eachmolecule
scenario) -- github.com/nginxinc/ansible_role_nginx_controller_agent/tree/0.1.0/molecule. - Ansible Galaxy repository -- galaxy.ansible.com/nginxinc/nginx_controller_agent.
- NGINX: Better with Ansible demo -- github.com/alessfg/nginx-ansible-demo.