summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-node/image_prep.yml
blob: 3c042acdcac2d3b234ac395fdae09c1ed01469b7 (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: ../../init/evaluate_groups.yml

- name: initialize the facts
  include: ../../init/facts.yml

- name: initialize the repositories
  include: ../../init/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

- name: Remove any undesired artifacts from build
  include: clean_image.yml