summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/config.yml
blob: 050b271caad5f8b8b159327afc5bbf47655829f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
- name: Verify Requirements
  # REVIEW: what's the proper group to use: OSEv3, g_all_hosts or something else?
  hosts: OSEv3
  roles:
    - openshift_health_checker
  post_tasks:
    - action: openshift_health_check
      args:
        checks:
          - disk_availability
          - memory_availability

- include: openshift-cluster/config.yml