noheat: Upgrades, refactor, deploy Devstack
[integration.git] / deployment / noheat / cluster-rke / ansible / roles / deps / tasks / main.yml
1 ---
2 - name: Setup cert-manager
3   include_tasks: cert-manager.yml
4
5 - name: Setup strimzi
6   include_tasks: strimzi.yml
7   when: strimzi_enabled
8
9 - name: Setup MetalLB
10   include_tasks: metallb.yml
11   when: metallb_enabled
12
13 - name: Setup Prometheus
14   include_tasks: prometheus.yml
15   when: prometheus_enabled
16
17 - name: Setup Istio
18   include_tasks: istio.yml
19   when: istio_enabled