|
3 | 3 | # Requires access to either the NGINX stub_status or the NGINX Plus REST API.
|
4 | 4 | nginx_agent_enable: false
|
5 | 5 |
|
| 6 | + |
| 7 | +######################################################################################################################## |
| 8 | +# The following parameters let you configure the static configuration file of NGINX Agent. # |
| 9 | +# By default, the config produced is as close a match to the default config provided by NGINX Agent upon installation. # |
| 10 | +######################################################################################################################## |
| 11 | + |
6 | 12 | # Configure the NGINX Agent.
|
7 | 13 | nginx_agent_configure: false
|
8 | 14 |
|
9 |
| -####################################################################################################################### |
10 |
| -# The following parameters let you configure NGINX Agent. # |
11 |
| -# By default, the config produced is as close a match to the default config provided by NGINX Agent upon installation.# |
12 |
| -####################################################################################################################### |
13 |
| - |
14 | 15 | # Specify the NGINX Agent API host and port. Optionally, specify the path to the cert and key.
|
15 | 16 | # Default is not enabled.
|
16 | 17 | # nginx_agent_api:
|
@@ -84,3 +85,23 @@ nginx_agent_metrics:
|
84 | 85 | # nginx_agent_app_protect:
|
85 | 86 | # report_interval: 15s
|
86 | 87 | # precompiled_publication: true
|
| 88 | + |
| 89 | + |
| 90 | +############################################################################################# |
| 91 | +# The following parameters let you configure the dynamic configuration file of NGINX Agent. # |
| 92 | +# By default, nothing is configured. # |
| 93 | +############################################################################################# |
| 94 | + |
| 95 | +# Configure the NGINX Agent dynamic configuration file. |
| 96 | +# NOTE: This will only run if the NGINX Agent dynamic configuration file has not yet been modified externally. |
| 97 | +# If you want to force push a dynamic configuration file, use the 'nginx_agent_configure_dynamic_force' parameter below. |
| 98 | +# Default is false. |
| 99 | +nginx_agent_configure_dynamic: false |
| 100 | +# Force pushing a new dynamic configuration file to NGINX Agent. |
| 101 | +# NOTE: This will overwrite any changes made to the dynamic configuration file by a control plane, and might lead to unexpected behavior. |
| 102 | +# Default is false. |
| 103 | +nginx_agent_configure_dynamic_force: false |
| 104 | + |
| 105 | +# Specify the NGINX Agent instance group and tags. |
| 106 | +# nginx_agent_instance_group: my_instance_group |
| 107 | +# nginx_agent_tags: [ansible, dev, qa] |
0 commit comments