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.
|
# 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
|
||||||
------------
|
------------
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user