openshift_prometheus.yml 193 B

123456
  1. ---
  2. - name: Create Hosted Resources - openshift_prometheus
  3. hosts: oo_first_master
  4. roles:
  5. - role: openshift_prometheus
  6. when: openshift_hosted_prometheus_deploy | default(False) | bool