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