summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/std_include.yml
blob: 6ed31a6449e483a4c680c87e48ad25448298c37c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
- include: evaluate_groups.yml
  tags:
  - always

- include: initialize_facts.yml
  tags:
  - always

- include: validate_hostnames.yml
  tags:
  - node

- include: initialize_openshift_version.yml
  tags:
  - always