pre-install.yml 310 B

12345678910111213
  1. ---
  2. - include: ../openshift-cluster/evaluate_groups.yml
  3. - hosts: OSEv3
  4. name: run OpenShift pre-install checks
  5. roles:
  6. - openshift_health_checker
  7. vars:
  8. - r_openshift_health_checker_playbook_context: "pre-install"
  9. post_tasks:
  10. - action: openshift_health_check
  11. args:
  12. checks: ['@preflight']