health.yml 249 B

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