- name: Process all nodes include_tasks: "node.yml" args: apply: run_once: true delegate_to: "{{ groups['masters'][0] }}" with_dict: "{{ hostvars }}" when: host.key in groups['ands'] vars: host_id: "{{ host.value['ands_host_id'] }}" host_name: "{{ host.value['ansible_hostname'] }}" loop_control: loop_var: host