parent
91bd842e9e
commit
a563c8ee9f
@ -6,6 +6,8 @@ Ansible NGINX Role
|
||||
|
||||
This role installs NGINX Open Source, NGINX Plus, or NGINX Unit on your target host.
|
||||
|
||||
**Note:** This role is still in active development. There may be unidentified issues and the role variables may change as development continues.
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
||||
@ -186,6 +188,10 @@ license:
|
||||
certificate: license/nginx-repo.crt
|
||||
key: license/nginx-repo.key
|
||||
|
||||
# Delete NGINX Plus license after installation for security purposes.
|
||||
# Default is true.
|
||||
delete_license: true
|
||||
|
||||
# Enable uploading NGINX configuration files to your system.
|
||||
# Default for uploading files is false.
|
||||
# Default location of files is the files folder within the NGINX Ansible role.
|
||||
|
Loading…
Reference in New Issue
Block a user