Do not install nginx unconditionally.
This commit is contained in:
parent
0ee7b172f3
commit
a4b21574b6
|
@ -3,7 +3,8 @@ letsencrypt_acme_install: True
|
|||
cdh_http_port: 80
|
||||
cdh_https_port: 443
|
||||
|
||||
nginx_enabled: True
|
||||
# set it to true on the CDM node only.
|
||||
#nginx_enabled: True
|
||||
nginx_use_common_virthost: True
|
||||
cdh_nginx_virthosts:
|
||||
- virthost_name: '{{ ansible_fqdn }}'
|
||||
|
|
Loading…
Reference in New Issue