openshift_metrics.yml 341 B

12345678910111213141516
  1. ---
  2. - include: evaluate_groups.yml
  3. - name: OpenShift Metrics
  4. hosts: oo_first_master
  5. roles:
  6. - openshift_metrics
  7. - name: OpenShift Metrics
  8. hosts: oo_masters:!oo_first_master
  9. serial: 1
  10. tasks:
  11. - name: Setup the non-first masters configs
  12. include_role:
  13. name: openshift_metrics
  14. tasks_from: update_master_config.yaml