Update documentation
Add stub status or REST API prerequisite
This commit is contained in:
parent
5ff9b63aff
commit
9eb3726124
@ -222,13 +222,14 @@ modules:
|
|||||||
|
|
||||||
# Install NGINX Amplify.
|
# Install NGINX Amplify.
|
||||||
# Use your NGINX Amplify API key.
|
# Use your NGINX Amplify API key.
|
||||||
|
# Requires access to either the NGINX stub status or the NGINX Plus REST API.
|
||||||
# Default is null.
|
# Default is null.
|
||||||
amplify_enable: false
|
amplify_enable: false
|
||||||
amplify_key: null
|
amplify_key: null
|
||||||
|
|
||||||
# Install NGINX Controller.
|
# Install NGINX Controller.
|
||||||
# Use your NGINX Controller API key and NGINX Controller API endpoint.
|
# Use your NGINX Controller API key and NGINX Controller API endpoint.
|
||||||
# Requires NGINX Plus.
|
# Requires NGINX Plus and write access to the NGINX Plus REST API.
|
||||||
# Default is null.
|
# Default is null.
|
||||||
controller_enable: false
|
controller_enable: false
|
||||||
controller_api_key: null
|
controller_api_key: null
|
||||||
@ -326,6 +327,8 @@ This is a sample playbook file for deploying the Ansible Galaxy NGINX role in a
|
|||||||
- role: nginxinc.nginx
|
- role: nginxinc.nginx
|
||||||
vars:
|
vars:
|
||||||
type: plus
|
type: plus
|
||||||
|
rest_api_enable: true
|
||||||
|
rest_api_write: true
|
||||||
controller_enable: true
|
controller_enable: true
|
||||||
controller_api_key: <API_KEY_HERE>
|
controller_api_key: <API_KEY_HERE>
|
||||||
controller_api_endpoint: https://<FQDN>/1.4
|
controller_api_endpoint: https://<FQDN>/1.4
|
||||||
|
@ -55,13 +55,14 @@ modules:
|
|||||||
|
|
||||||
# Install NGINX Amplify.
|
# Install NGINX Amplify.
|
||||||
# Use your NGINX Amplify API key.
|
# Use your NGINX Amplify API key.
|
||||||
|
# Requires access to either the NGINX stub status or the NGINX Plus REST API.
|
||||||
# Default is null.
|
# Default is null.
|
||||||
amplify_enable: false
|
amplify_enable: false
|
||||||
amplify_key: null
|
amplify_key: null
|
||||||
|
|
||||||
# Install NGINX Controller.
|
# Install NGINX Controller.
|
||||||
# Use your NGINX Controller API key and NGINX Controller API endpoint.
|
# Use your NGINX Controller API key and NGINX Controller API endpoint.
|
||||||
# Requires NGINX Plus.
|
# Requires NGINX Plus and write access to the NGINX Plus REST API.
|
||||||
# Default is null.
|
# Default is null.
|
||||||
controller_enable: false
|
controller_enable: false
|
||||||
controller_api_key: null
|
controller_api_key: null
|
||||||
|
Loading…
Reference in New Issue
Block a user