summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-node/private/image_prep.yml
blob: c0ddcd9265ba9715c64128646fbd2e5660315fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
- name: normalize groups
  import_playbook: ../../prerequisites.yml
  vars:
    skip_version: True
    skip_sanity_checks: True
    skip_validate_hostnames: True

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

- name: run node config
  import_playbook: configure_nodes.yml

- name: node bootstrap config
  hosts: oo_nodes_to_config:!oo_containerized_master_nodes
  tasks:
    - include_role:
        name: openshift_node
        tasks_from: bootstrap.yml

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

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