{% for iface in net_interfaces %} {% if iface.name is defined and iface.mac is defined %} SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="{{ iface.mac }}", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="e*", NAME="{{ iface.name }}" {% endif %} {% endfor %}