summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-node/private/image_prep.yml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/openshift-node/private/image_prep.yml')
-rw-r--r--playbooks/openshift-node/private/image_prep.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/playbooks/openshift-node/private/image_prep.yml b/playbooks/openshift-node/private/image_prep.yml
new file mode 100644
index 000000000..3c042acdc
--- /dev/null
+++ b/playbooks/openshift-node/private/image_prep.yml
@@ -0,0 +1,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