- name: configure eth0 to be a DHCP client copy: src=interfaces-dhcp dest=/etc/network/interfaces.d/dhcp - name: bring up eth0 shell: ifup eth0