--- - include_vars: "{{ ansible_os_family }}.yml" - name: Install ODL Cluster on Controller include: main_controller.yml when: inventory_hostname in groups['controller'] - name: Install ODL Cluster on Compute include: main_compute.yml when: groups['odl']|length !=0 and inventory_hostname not in groups['odl']