More conditionals.

This commit is contained in:
Andrea Dell'Amico 2020-07-22 12:29:34 +02:00
parent a4b21574b6
commit fd005272a2
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@ cdh_csd_directory: /opt/cloudera/csd
cdh_oozie_server: False
cdh_oozie_ext_libs_url: 'https://archive.cloudera.com/gplextras/misc/ext-2.2.zip'
cdh_impala_haproxy: False
cdh_use_separate_postgres_db: True
cdh_postgres_db_host: localhost
cdh_postgres_db_name: cdh

View File

@ -30,7 +30,9 @@ dependencies:
version: master
name: nginx
state: latest
when: nginx_setup
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-haproxy.git
version: master
name: haproxy
state: latest
when: cdh_impala_haproxy