pre-install.yml 262 B

1234567891011
  1. ---
  2. - name: run OpenShift pre-install checks
  3. hosts: oo_all_hosts
  4. roles:
  5. - openshift_health_checker
  6. vars:
  7. - r_openshift_health_checker_playbook_context: pre-install
  8. post_tasks:
  9. - action: openshift_health_check
  10. args:
  11. checks: ['@preflight']