Change default location of NGINX license

This commit is contained in:
Alessandro Fael Garcia 2018-01-17 09:13:44 -08:00
parent a7bea802da
commit d109072a37
3 changed files with 10 additions and 4 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Any private crt and keys #
############################
*.crt
*.key

View File

@ -101,9 +101,10 @@ This role has multiple variables. The defaults for all these variables are the f
# Default is false. # Default is false.
status: false status: 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
license: license:
certificate: ~/.ssh/ngx-certs/nginx-repo.crt certificate: nginx-repo.crt
key: ~/.ssh/ngx-certs/nginx-repo.key key: nginx-repo.key
Dependencies Dependencies
------------ ------------

View File

@ -22,6 +22,7 @@ amplify: null
# Default is false. # Default is false.
status: false status: 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.
license: license:
certificate: ~/.ssh/ngx-certs/nginx-repo.crt certificate: nginx-repo.crt
key: ~/.ssh/ngx-certs/nginx-repo.key key: nginx-repo.key