config.yml 351 B

1234567891011121314
  1. ---
  2. - name: Verify Requirements
  3. # REVIEW: what's the proper group to use: OSEv3, g_all_hosts or something else?
  4. hosts: OSEv3
  5. roles:
  6. - openshift_health_checker
  7. post_tasks:
  8. - action: openshift_health_check
  9. args:
  10. checks:
  11. - disk_availability
  12. - memory_availability
  13. - include: openshift-cluster/config.yml