pre-install.yml 323 B

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