2018-01-10 23:40:01 +01:00
|
|
|
---
|
|
|
|
# Specify which version of NGINX you want to install.
|
|
|
|
# Options are 'opensource' or 'plus'.
|
|
|
|
# Default is 'opensource'.
|
|
|
|
type: opensource
|
|
|
|
# Specify which branch of Open Source NGINX you want to install.
|
|
|
|
# Options are 'mainline' or 'stable'.
|
|
|
|
# Default is stable.
|
|
|
|
branch: mainline
|
|
|
|
# Install nginscript module.
|
|
|
|
# Default is false.
|
|
|
|
njs: false
|
|
|
|
# Install Perl module.
|
|
|
|
# Default is false.
|
|
|
|
perl: false
|
|
|
|
# Install NGINX Amplify.
|
|
|
|
# Use your NGINX Amplify API key.
|
|
|
|
# Default is null.
|
|
|
|
amplify: null
|
|
|
|
# Enable NGINX status data.
|
|
|
|
# Will enable 'stub_status' in open source NGINX and 'status' in NGINX Plus.
|
|
|
|
# Default is false.
|
|
|
|
status: false
|
|
|
|
# Location of your NGINX Plus license in your local machine.
|
2018-01-17 18:13:44 +01:00
|
|
|
# Default is the files folder within the NGINX Ansible role.
|
2018-01-10 23:40:01 +01:00
|
|
|
license:
|
2018-01-17 18:13:44 +01:00
|
|
|
certificate: nginx-repo.crt
|
|
|
|
key: nginx-repo.key
|