summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre/verify_health_checks.yml
blob: 497709d25208396947e8aea8a60b09f3dd8525c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Verify Host Requirements
  hosts: oo_all_hosts
  roles:
  - openshift_health_checker
  vars:
  - r_openshift_health_checker_playbook_context: upgrade
  post_tasks:
  - action: openshift_health_check
    args:
      checks:
      - disk_availability
      - memory_availability