build_container_groups.yml 251 B

123456
  1. ---
  2. - name: create oo_hosts_containerized_managed_true host group
  3. hosts: oo_all_hosts:!oo_nodes_to_config
  4. tasks:
  5. - group_by:
  6. key: oo_hosts_containerized_managed_{{ (openshift_is_containerized | default(False)) | ternary('true','false') }}