More conditionals.
This commit is contained in:
parent
a4b21574b6
commit
fd005272a2
|
@ -14,6 +14,8 @@ cdh_csd_directory: /opt/cloudera/csd
|
||||||
cdh_oozie_server: False
|
cdh_oozie_server: False
|
||||||
cdh_oozie_ext_libs_url: 'https://archive.cloudera.com/gplextras/misc/ext-2.2.zip'
|
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_use_separate_postgres_db: True
|
||||||
cdh_postgres_db_host: localhost
|
cdh_postgres_db_host: localhost
|
||||||
cdh_postgres_db_name: cdh
|
cdh_postgres_db_name: cdh
|
||||||
|
|
|
@ -30,7 +30,9 @@ dependencies:
|
||||||
version: master
|
version: master
|
||||||
name: nginx
|
name: nginx
|
||||||
state: latest
|
state: latest
|
||||||
|
when: nginx_setup
|
||||||
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-haproxy.git
|
- src: git+https://gitea-s2i2s.isti.cnr.it/ISTI-ansible-roles/ansible-role-haproxy.git
|
||||||
version: master
|
version: master
|
||||||
name: haproxy
|
name: haproxy
|
||||||
state: latest
|
state: latest
|
||||||
|
when: cdh_impala_haproxy
|
||||||
|
|
Loading…
Reference in New Issue