15 lines
396 B
YAML
15 lines
396 B
YAML
---
|
|
- import_tasks: cdh_deb.yml
|
|
when: ansible_distribution_file_variety == "Debian"
|
|
- import_tasks: cdh_el.yml
|
|
when: ansible_distribution_file_variety == "RedHat"
|
|
- import_tasks: cdm.yml
|
|
when: cdh_manager_install
|
|
- import_tasks: spark2.yml
|
|
when: cdh_manager_install
|
|
- import_tasks: oozie.yml
|
|
when: cdh_oozie_server
|
|
- import_tasks: services-haproxy.yml
|
|
when: cdh_impala_load_balancer
|
|
|