2019-12-06 22:37:16 +01:00
|
|
|
---
|
2019-12-12 03:25:20 +01:00
|
|
|
# Install NGINX Controller Agent.
|
2019-12-06 22:37:16 +01:00
|
|
|
# Requires NGINX Plus and write access to the NGINX Plus REST API.
|
|
|
|
nginx_controller_enable: false
|
2019-12-12 03:25:20 +01:00
|
|
|
|
|
|
|
# Set the source from where to pull the NGINX Controller Agent.
|
|
|
|
# Options are 'instance', to pull the NGINX Controller Agent install script
|
|
|
|
# from your NGINX Controller instance, or 'repository', to pull the NGINX
|
|
|
|
# Controller Agent from the NGINX repository.
|
|
|
|
# Default is instance.
|
|
|
|
nginx_controller_source: instance
|
|
|
|
|
|
|
|
# Set your NGINX Controller Endpoint. Required for both types of NGINX Controller
|
|
|
|
# installation.
|
|
|
|
nginx_controller_endpoint: null
|
|
|
|
|
|
|
|
# Set your NGINX Controller API key.
|
|
|
|
# Required when 'nginx_controller_source' is set to 'repository'.
|
|
|
|
# Default is null.
|
2019-12-06 22:37:16 +01:00
|
|
|
nginx_controller_api_key: null
|
2019-12-12 03:25:20 +01:00
|
|
|
|
|
|
|
# Set your NGINX Controller Admin Email and Password.
|
|
|
|
# Required when 'nginx_controller_source' is set to 'instance'.
|
|
|
|
nginx_controller_user_email: null
|
|
|
|
nginx_controller_password: null
|