- name: Extract test hosts: localhost tasks: - name: Lista IP debug: msg: "{{ groups['ankeborg'] | map('extract', hostvars, ['ansible_host']) }}"