openshift_metrics.yml 309 B

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