Migrates Apex to Python
[apex.git] / lib / ansible / playbooks / templates / virsh_network_ovs.xml.j2
1 <network ipv6='yes'>
2   <name>{{ item }}</name>
3   <forward mode='bridge'/>
4   <bridge name='br-{{ item }}'/>
5   <virtualport type='openvswitch'/>
6 </network>