--- - name: Restart networking systemd: name: networking.service state: restarted - name: Bring all interfaces up command: /usr/sbin/ifup -a ...