File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -222,13 +222,14 @@ modules:
222
222
223
223
# Install NGINX Amplify.
224
224
# Use your NGINX Amplify API key.
225
+ # Requires access to either the NGINX stub status or the NGINX Plus REST API.
225
226
# Default is null.
226
227
amplify_enable : false
227
228
amplify_key : null
228
229
229
230
# Install NGINX Controller.
230
231
# Use your NGINX Controller API key and NGINX Controller API endpoint.
231
- # Requires NGINX Plus.
232
+ # Requires NGINX Plus and write access to the NGINX Plus REST API .
232
233
# Default is null.
233
234
controller_enable : false
234
235
controller_api_key : null
@@ -326,6 +327,8 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
326
327
- role: nginxinc.nginx
327
328
vars:
328
329
type: plus
330
+ rest_api_enable: true
331
+ rest_api_write: true
329
332
controller_enable: true
330
333
controller_api_key: <API_KEY_HERE>
331
334
controller_api_endpoint: https://<FQDN>/1.4
Original file line number Diff line number Diff line change @@ -55,13 +55,14 @@ modules:
55
55
56
56
# Install NGINX Amplify.
57
57
# Use your NGINX Amplify API key.
58
+ # Requires access to either the NGINX stub status or the NGINX Plus REST API.
58
59
# Default is null.
59
60
amplify_enable : false
60
61
amplify_key : null
61
62
62
63
# Install NGINX Controller.
63
64
# Use your NGINX Controller API key and NGINX Controller API endpoint.
64
- # Requires NGINX Plus.
65
+ # Requires NGINX Plus and write access to the NGINX Plus REST API .
65
66
# Default is null.
66
67
controller_enable : false
67
68
controller_api_key : null
You can’t perform that action at this time.
0 commit comments