Add note to README about development status

Fixes #47
This commit is contained in:
Alessandro Fael Garcia 2018-08-02 16:05:41 -07:00
parent 91bd842e9e
commit a563c8ee9f

View File

@ -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.