--- - name: build hosts file lineinfile: dest: /etc/hosts insertafter: EOF line: '{{ item }}' state: present with_items: - line: '{{ ansible_eth0.ipv4.address }} {{ inventory_hostname }} {{ inventory_hostname }}.{{ ansible_domain }}'