This ansible playbook will deploy an API through NGINX Controller using the Ansible Collection: nginxinc.nginx_controller
- Install the collection:
ansible-galaxy collection install nginxinc.nginx_controller
- Modify the
vars.yaml
to match your controller fqdn and user/password. - Run the playbook:
ansible-playbook deploy.yaml