check_cluster_health.yml 464 B

12345678910111213141516
  1. ---
  2. - block:
  3. - import_tasks: glusterfs_config_facts.yml
  4. - import_tasks: cluster_health.yml
  5. when:
  6. - openshift_storage_glusterfs_is_native | bool
  7. - "'glusterfs' in groups"
  8. - "groups['glusterfs'] | length > 0"
  9. - block:
  10. - import_tasks: glusterfs_registry_facts.yml
  11. - import_tasks: cluster_health.yml
  12. when:
  13. - openshift_storage_glusterfs_registry_is_native | bool
  14. - "'glusterfs_registry' in groups"
  15. - "groups['glusterfs_registry'] | length > 0"