|
@@ -4,9 +4,6 @@
|
|
|
# scaleup plays.
|
|
|
|
|
|
- hosts: "{{ l_etcd_scale_up_crt_hosts | default(l_scale_up_hosts) | default('oo_nodes_to_config') }}"
|
|
|
- vars:
|
|
|
- l_chg_temp: "{{ hostvars[groups['oo_first_master'][0]]['openshift_containerized_host_groups'] | default([]) }}"
|
|
|
- l_containerized_host_groups: "{{ (['oo_nodes_to_config'] | union(l_chg_temp)) | join(':') }}"
|
|
|
# role: container_runtime is necessary here to bring role default variables
|
|
|
# into the play scope.
|
|
|
roles:
|
|
@@ -17,7 +14,6 @@
|
|
|
tasks_from: docker_storage_setup_overlay.yml
|
|
|
when:
|
|
|
- container_runtime_docker_storage_type|default('') == "overlay2"
|
|
|
- - openshift_docker_is_node_or_master | bool
|
|
|
- import_role:
|
|
|
name: container_runtime
|
|
|
tasks_from: extra_storage_setup.yml
|