summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-node/private/image_prep.yml
blob: b7ac27bdab20357ad8ab27e12f014c1b675f47f1 (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
  import_playbook: ../../init/evaluate_groups.yml

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

- name: initialize the repositories
  import_playbook: ../../init/repos.yml

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

- name: run node config
  import_playbook: configure_nodes.yml

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

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