|
@@ -1,10 +1,7 @@
|
|
|
---
|
|
|
-- hosts: "{{ l_containerized_host_groups }}"
|
|
|
- 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.
|
|
|
+- import_playbook: build_container_groups.yml
|
|
|
+
|
|
|
+- hosts: oo_nodes_to_config:oo_hosts_containerized_managed_true
|
|
|
roles:
|
|
|
- role: container_runtime
|
|
|
tasks:
|