adhoc.yml 308 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: adhoc
  8. post_tasks:
  9. - name: Run health checks (adhoc)
  10. action: openshift_health_check
  11. args:
  12. checks: '{{ openshift_checks | default([]) }}'