summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-checks/private/pre-install.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/openshift-checks/private/pre-install.yml')
-rw-r--r--playbooks/openshift-checks/private/pre-install.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/playbooks/openshift-checks/private/pre-install.yml b/playbooks/openshift-checks/private/pre-install.yml
new file mode 100644
index 000000000..32449d4e4
--- /dev/null
+++ b/playbooks/openshift-checks/private/pre-install.yml
@@ -0,0 +1,13 @@
+---
+- name: OpenShift Health Checks
+ hosts: oo_all_hosts
+
+ roles:
+ - openshift_health_checker
+ vars:
+ - r_openshift_health_checker_playbook_context: pre-install
+ post_tasks:
+ - name: Run health checks (@preflight)
+ action: openshift_health_check
+ args:
+ checks: ['@preflight']