summaryrefslogtreecommitdiffstats
path: root/roles/openshift_preflight/facts/tasks/main.yml
blob: 15a108510c8ea415e002b3abc9250be496c3823b (plain)
1
2
3
4
5
6
7
---
- name: set common variables
  set_fact:
    deployment_type: "{{ deployment_type | default('openshift-enterprise') }}"
    containerized: "{{ containerized | default('no') | bool }}"
    openshift_release: "{{ openshift_release | default('3.3') }}"
    oo_preflight_check_results: "{{ oo_preflight_check_results | default([]) }}"