summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node/image_prep.yml
blob: fc06621eefaeaf247612baae67a1342a1810ed44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- name: normalize groups
  include: ../../byo/openshift-cluster/initialize_groups.yml

- name: run the std_include
  include: ../openshift-cluster/evaluate_groups.yml

- name: run the std_include
  include: ../openshift-cluster/initialize_facts.yml

- name: run the std_include
  include: ../openshift-cluster/initialize_openshift_repos.yml

- name: run node config setup
  include: setup.yml

- name: run node config
  include: configure_nodes.yml

- name: Re-enable excluders
  include: enable_excluders.yml