File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -111,14 +111,11 @@ This role has multiple variables. The defaults for all these variables are the f
111
111
# Default is false.
112
112
status_enable: false
113
113
114
- # Enable NGINX Plus REST API and write access.
114
+ # Enable NGINX Plus REST API, write access to the REST API, and NGINX Plus dashboard .
115
115
# Default is false.
116
116
rest_api_enable: false
117
117
rest_api_write: false
118
-
119
- # Enable NGINX Plus dashboard. REST API also needs to be enabled.
120
- # Default is false.
121
- dashboard: false
118
+ rest_api_dashboard: false
122
119
123
120
# Location of your NGINX Plus license in your local machine.
124
121
# Default is the files folder within the NGINX Ansible role.
@@ -143,8 +140,8 @@ This role has multiple variables. The defaults for all these variables are the f
143
140
main_template_worker_processes: auto
144
141
main_template_error_level: warn
145
142
main_template_worker_connections: 1024
146
- main_template_keepalive_timeout: 65
147
143
http_template_enable: false
144
+ http_template_keepalive_timeout: 65
148
145
http_template_listen: 80
149
146
http_template_server_name: localhost
150
147
stream_template_enable: false
You can’t perform that action at this time.
0 commit comments