Change default location of NGINX license
This commit is contained in:
parent
a7bea802da
commit
d109072a37
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
# Any private crt and keys #
|
||||
############################
|
||||
*.crt
|
||||
*.key
|
@ -101,9 +101,10 @@ This role has multiple variables. The defaults for all these variables are the f
|
||||
# Default is false.
|
||||
status: false
|
||||
# Location of your NGINX Plus license in your local machine.
|
||||
# Default is the files folder within the NGINX Ansible role
|
||||
license:
|
||||
certificate: ~/.ssh/ngx-certs/nginx-repo.crt
|
||||
key: ~/.ssh/ngx-certs/nginx-repo.key
|
||||
certificate: nginx-repo.crt
|
||||
key: nginx-repo.key
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
|
@ -22,6 +22,7 @@ amplify: null
|
||||
# Default is false.
|
||||
status: false
|
||||
# Location of your NGINX Plus license in your local machine.
|
||||
# Default is the files folder within the NGINX Ansible role.
|
||||
license:
|
||||
certificate: ~/.ssh/ngx-certs/nginx-repo.crt
|
||||
key: ~/.ssh/ngx-certs/nginx-repo.key
|
||||
certificate: nginx-repo.crt
|
||||
key: nginx-repo.key
|
||||
|
Loading…
Reference in New Issue
Block a user