Do not install nginx unconditionally.

This commit is contained in:
Andrea Dell'Amico 2020-07-22 11:55:38 +02:00
parent 0ee7b172f3
commit a4b21574b6
1 changed files with 2 additions and 1 deletions

View File

@ -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 }}'