pre-install.yml 295 B

12345678910111213
  1. ---
  2. - name: OpenShift Health 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. - name: Run health checks (@preflight)
  10. action: openshift_health_check
  11. args:
  12. checks: ['@preflight']