build_container_groups.yml 400 B

12345678
  1. ---
  2. # l_build_container_groups_hosts is passed in via prerequisites.yml during
  3. # etcd scaleup plays.
  4. - name: create oo_hosts_containerized_managed_true host group
  5. hosts: "{{ l_build_container_groups_hosts | default('oo_all_hosts:!oo_nodes_to_config') }}"
  6. tasks:
  7. - group_by:
  8. key: oo_hosts_containerized_managed_{{ (openshift_is_containerized | default(False)) | ternary('true','false') }}