--- - hosts: "tag_env_{{ cluster_id }}" roles: - openshift_repos - os_update_latest - include: ../openshift-master/config.yml vars: oo_host_group_exp: "groups[\"tag_env-host-type_{{ cluster_id }}-openshift-master\"]" - include: ../openshift-node/config.yml vars: oo_host_group_exp: "groups[\"tag_env-host-type_{{ cluster_id }}-openshift-node\"]"