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

- include: initialize_facts.yml
  tags:
  - always

- include: validate_hostnames.yml
  tags:
  - node

- include: initialize_openshift_repos.yml
  tags:
  - always

- include: initialize_openshift_version.yml
  tags:
  - always