Update defaults and README.md
Improve the readability of the Ansible role defaults and README.md
This commit is contained in:
parent
b64b421858
commit
10aaff3698
@ -83,10 +83,12 @@ This role has multiple variables. The defaults for all these variables are the f
|
|||||||
# Options are 'opensource' or 'plus'.
|
# Options are 'opensource' or 'plus'.
|
||||||
# Default is 'opensource'.
|
# Default is 'opensource'.
|
||||||
type: opensource
|
type: opensource
|
||||||
|
|
||||||
# Specify which branch of Open Source NGINX you want to install.
|
# Specify which branch of Open Source NGINX you want to install.
|
||||||
# Options are 'mainline' or 'stable'.
|
# Options are 'mainline' or 'stable'.
|
||||||
# Default is mainline.
|
# Default is mainline.
|
||||||
branch: mainline
|
branch: mainline
|
||||||
|
|
||||||
# Install nginscript, perl, waf, geoip, image-filter, rtmp and/or xslt modules.
|
# Install nginscript, perl, waf, geoip, image-filter, rtmp and/or xslt modules.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
modules:
|
modules:
|
||||||
@ -97,27 +99,33 @@ This role has multiple variables. The defaults for all these variables are the f
|
|||||||
image_filter: false
|
image_filter: false
|
||||||
rtmp: false
|
rtmp: false
|
||||||
xslt: false
|
xslt: false
|
||||||
|
|
||||||
# Install NGINX Amplify.
|
# Install NGINX Amplify.
|
||||||
# Use your NGINX Amplify API key.
|
# Use your NGINX Amplify API key.
|
||||||
# Default is null.
|
# Default is null.
|
||||||
amplify_enable: false
|
amplify_enable: false
|
||||||
amplify_key: null
|
amplify_key: null
|
||||||
|
|
||||||
# Enable NGINX status data.
|
# Enable NGINX status data.
|
||||||
# Will enable 'stub_status' in open source NGINX and 'status' in NGINX Plus.
|
# Will enable 'stub_status' in open source NGINX and 'status' in NGINX Plus.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
status_enable: false
|
status_enable: false
|
||||||
|
|
||||||
# Enable NGINX Plus REST API and write access.
|
# Enable NGINX Plus REST API and write access.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
rest_api_enable: false
|
rest_api_enable: false
|
||||||
rest_api_write: false
|
rest_api_write: false
|
||||||
|
|
||||||
# Enable NGINX Plus dashboard. REST API also needs to be enabled.
|
# Enable NGINX Plus dashboard. REST API also needs to be enabled.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
dashboard: false
|
dashboard: false
|
||||||
|
|
||||||
# Location of your NGINX Plus license in your local machine.
|
# Location of your NGINX Plus license in your local machine.
|
||||||
# Default is the files folder within the NGINX Ansible role.
|
# Default is the files folder within the NGINX Ansible role.
|
||||||
license:
|
license:
|
||||||
certificate: license/nginx-repo.crt
|
certificate: license/nginx-repo.crt
|
||||||
key: license/nginx-repo.key
|
key: license/nginx-repo.key
|
||||||
|
|
||||||
# Enable uploading NGINX configuration files to your system.
|
# Enable uploading NGINX configuration files to your system.
|
||||||
# Default for uploading files is false.
|
# Default for uploading files is false.
|
||||||
# Default location of files is the files folder within the NGINX Ansible role.
|
# Default location of files is the files folder within the NGINX Ansible role.
|
||||||
@ -127,6 +135,7 @@ This role has multiple variables. The defaults for all these variables are the f
|
|||||||
http_push_location: conf/http/*.conf
|
http_push_location: conf/http/*.conf
|
||||||
stream_push_enable: false
|
stream_push_enable: false
|
||||||
stream_push_location: conf/stream/*.conf
|
stream_push_location: conf/stream/*.conf
|
||||||
|
|
||||||
# Configuration variables to create a templated NGINX configuration.
|
# Configuration variables to create a templated NGINX configuration.
|
||||||
# Defaults are the values found in a fresh NGINX installation.
|
# Defaults are the values found in a fresh NGINX installation.
|
||||||
main_template_enable: false
|
main_template_enable: false
|
||||||
|
@ -3,10 +3,12 @@
|
|||||||
# Options are 'opensource' or 'plus'.
|
# Options are 'opensource' or 'plus'.
|
||||||
# Default is 'opensource'.
|
# Default is 'opensource'.
|
||||||
type: opensource
|
type: opensource
|
||||||
|
|
||||||
# Specify which branch of Open Source NGINX you want to install.
|
# Specify which branch of Open Source NGINX you want to install.
|
||||||
# Options are 'mainline' or 'stable'.
|
# Options are 'mainline' or 'stable'.
|
||||||
# Default is mainline.
|
# Default is mainline.
|
||||||
branch: mainline
|
branch: mainline
|
||||||
|
|
||||||
# Install nginscript, perl, waf, geoip, image-filter, rtmp and/or xslt modules.
|
# Install nginscript, perl, waf, geoip, image-filter, rtmp and/or xslt modules.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
modules:
|
modules:
|
||||||
@ -17,27 +19,33 @@ modules:
|
|||||||
image_filter: false
|
image_filter: false
|
||||||
rtmp: false
|
rtmp: false
|
||||||
xslt: false
|
xslt: false
|
||||||
|
|
||||||
# Install NGINX Amplify.
|
# Install NGINX Amplify.
|
||||||
# Use your NGINX Amplify API key.
|
# Use your NGINX Amplify API key.
|
||||||
# Default is null.
|
# Default is null.
|
||||||
amplify_enable: false
|
amplify_enable: false
|
||||||
amplify_key: null
|
amplify_key: null
|
||||||
|
|
||||||
# Enable NGINX status data.
|
# Enable NGINX status data.
|
||||||
# Will enable 'stub_status' in open source NGINX and 'status' in NGINX Plus.
|
# Will enable 'stub_status' in open source NGINX and 'status' in NGINX Plus.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
status_enable: false
|
status_enable: false
|
||||||
|
|
||||||
# Enable NGINX Plus REST API and write access.
|
# Enable NGINX Plus REST API and write access.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
rest_api_enable: false
|
rest_api_enable: false
|
||||||
rest_api_write: false
|
rest_api_write: false
|
||||||
|
|
||||||
# Enable NGINX Plus dashboard. REST API also needs to be enabled.
|
# Enable NGINX Plus dashboard. REST API also needs to be enabled.
|
||||||
# Default is false.
|
# Default is false.
|
||||||
dashboard: false
|
dashboard: false
|
||||||
|
|
||||||
# Location of your NGINX Plus license in your local machine.
|
# Location of your NGINX Plus license in your local machine.
|
||||||
# Default is the files folder within the NGINX Ansible role.
|
# Default is the files folder within the NGINX Ansible role.
|
||||||
license:
|
license:
|
||||||
certificate: license/nginx-repo.crt
|
certificate: license/nginx-repo.crt
|
||||||
key: license/nginx-repo.key
|
key: license/nginx-repo.key
|
||||||
|
|
||||||
# Enable uploading NGINX configuration files to your system.
|
# Enable uploading NGINX configuration files to your system.
|
||||||
# Default for uploading files is false.
|
# Default for uploading files is false.
|
||||||
# Default location of files is the files folder within the NGINX Ansible role.
|
# Default location of files is the files folder within the NGINX Ansible role.
|
||||||
@ -47,6 +55,7 @@ http_push_enable: false
|
|||||||
http_push_location: conf/http/*.conf
|
http_push_location: conf/http/*.conf
|
||||||
stream_push_enable: false
|
stream_push_enable: false
|
||||||
stream_push_location: conf/stream/*.conf
|
stream_push_location: conf/stream/*.conf
|
||||||
|
|
||||||
# Configuration variables to create a templated NGINX configuration.
|
# Configuration variables to create a templated NGINX configuration.
|
||||||
# Defaults are the values found in a fresh NGINX installation.
|
# Defaults are the values found in a fresh NGINX installation.
|
||||||
main_template_enable: false
|
main_template_enable: false
|
||||||
|
Loading…
Reference in New Issue
Block a user