Update README.md

This commit is contained in:
Alessandro Fael Garcia 2018-01-20 13:18:59 -08:00
parent 78a7e3efeb
commit 3736780115

View File

@ -15,7 +15,7 @@ Use `ansible-galaxy install nginxinc.nginx` to install the role on your system.
It supports all platforms supported by [open source NGINX](https://nginx.org/en/linux_packages.html#mainline) and [NGINX Plus](https://www.nginx.com/products/technical-specs/): It supports all platforms supported by [open source NGINX](https://nginx.org/en/linux_packages.html#mainline) and [NGINX Plus](https://www.nginx.com/products/technical-specs/):
Open Source NGINX: **Open Source NGINX:**
CentOS: CentOS:
versions: versions:
@ -38,7 +38,7 @@ Open Source NGINX:
versions: versions:
- 12 - 12
NGINX Plus: **NGINX Plus:**
CentOS: CentOS:
versions: versions:
@ -86,12 +86,12 @@ This role has multiple variables. The defaults for all these variables are the f
# Options are 'mainline' or 'stable'. # Options are 'mainline' or 'stable'.
# Default is stable. # Default is stable.
branch: mainline branch: mainline
# Install nginscript module. # Install nginscript, perl and/or waf modules.
# Default is false. # Default is false.
modules:
njs: false njs: false
# Install Perl module.
# Default is false.
perl: false perl: false
waf: 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.
@ -100,12 +100,19 @@ This role has multiple variables. The defaults for all these variables are the f
# 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: false status: false
# Enable NGINX Plus REST API and dashboard.
# Default is false.
api:
enable: false
write: 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: nginx-repo.crt certificate: nginx-repo.crt
key: nginx-repo.key key: nginx-repo.key
Dependencies Dependencies
------------ ------------