summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/config.yml
blob: 60fa44c5b5fdbcb5d9c51a6b815db68801e371a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
- include: initialize_groups.yml
  tags:
  - always

- include: ../../common/openshift-cluster/std_include.yml
  tags:
  - always

- include: ../../common/openshift-cluster/config.yml
  vars:
    openshift_deployment_subtype: "{{ deployment_subtype | default(none) }}"