@@ -4,7 +4,7 @@ Ansible NGINX Role
4
4
[ ![ Ansible Galaxy] ( https://img.shields.io/badge/galaxy-nginxinc.nginx-5bbdbf.svg )] ( https://galaxy.ansible.com/nginxinc/nginx )
5
5
[ ![ Build Status] ( https://travis-ci.org/nginxinc/ansible-role-nginx.svg?branch=master )] ( https://travis-ci.org/nginxinc/ansible-role-nginx )
6
6
7
- This role installs NGINX Open Source, NGINX Plus, or NGINX Unit on your target host.
7
+ This role installs NGINX Open Source, NGINX Plus, the NGINX Amplify agent, the NGINX Controller agent, or NGINX Unit on your target host.
8
8
9
9
** Note:** This role is still in active development. There may be unidentified issues and the role variables may change as development continues.
10
10
@@ -285,14 +285,14 @@ nginx_ssl_crt_upload_dest: /etc/ssl/certs/
285
285
nginx_ssl_key_upload_src : ssl/*.key
286
286
nginx_ssl_key_upload_dest : /etc/ssl/private/
287
287
288
- # Enable crating dynamic templated NGINX HTMK demo websites.
288
+ # Enable creating dynamic templated NGINX HTML demo websites.
289
289
nginx_html_demo_template_enable : false
290
290
nginx_html_demo_template :
291
291
default :
292
292
template_file : www/index.html.j2
293
293
html_file_name : index.html
294
294
html_file_location : /usr/share/nginx/html
295
- app_name : default
295
+ web_server_name : Default
296
296
297
297
# Enable creating dynamic templated NGINX configuration files.
298
298
# Defaults are the values found in a fresh NGINX installation.
@@ -342,10 +342,10 @@ nginx_http_template:
342
342
http_demo_conf : false
343
343
load_balancer :
344
344
locations :
345
- location1 :
346
- location : /
347
- proxy_pass : backend
348
- health_check_plus : false
345
+ backend :
346
+ location : /
347
+ proxy_pass : backend
348
+ health_check_plus : false
349
349
upstreams :
350
350
upstream1 :
351
351
name : backend
@@ -363,6 +363,7 @@ nginx_http_template:
363
363
# Enable creating dynamic templated NGINX stream configuration files.
364
364
nginx_stream_template_enable : false
365
365
nginx_stream_template_listen : 12345
366
+
366
367
` ` `
367
368
368
369
Dependencies
0 commit comments