diff --git a/roles/openqa/worker/templates/ifcfg-gre.j2 b/roles/openqa/worker/templates/ifcfg-gre.j2 index 587a168865..77120de74a 100644 --- a/roles/openqa/worker/templates/ifcfg-gre.j2 +++ b/roles/openqa/worker/templates/ifcfg-gre.j2 @@ -3,5 +3,5 @@ TYPE='OVSTunnel' OVS_BRIDGE='br0' DEVICE='gre{{ item.0 }}' OVS_TUNNEL_TYPE='gre' -OVS_TUNNEL_OPTIONS="options:remote_ip={{ hostvars[inventory_hostname][eth0_ip] }}' +OVS_TUNNEL_OPTIONS='options:remote_ip={{ hostvars[item.1]['eth0_ip'] }}' ONBOOT='yes'