summaryrefslogtreecommitdiffstats
path: root/roles/openshift_metrics/tasks/install_metrics.yaml
blob: db023e6a296c9a916bfdf4c7ba428ef0c75335ce (plain)
1
2
3
4
5
6
7
8
9
---
- name: Install Metrics
  include: "{{ role_path }}/tasks/install_{{ include_file }}.yaml"
  with_items:
    - support
    - heapster
    - hawkular
  loop_control:
    loop_var: include_file