diff --git a/ansible/roles/veth/templates/ifcfg-peer.j2 b/ansible/roles/veth/templates/ifcfg-peer.j2 index dfa818c25..d3ae52eaa 100644 --- a/ansible/roles/veth/templates/ifcfg-peer.j2 +++ b/ansible/roles/veth/templates/ifcfg-peer.j2 @@ -1,4 +1,6 @@ DEVICE={{ item.peer_device }} +TYPE=veth +PEER_DEVICE={{ item.device }} {% if item.peer_bootproto == 'static' %} BOOTPROTO=none {% if item.peer_address is defined %}