aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/config-compute/templates/ifcfg-br-vxlan
blob: d2a0cb864bf047bec3b5b36067226713e697d6eb (plain)
1
2
3
4
5
6
7
8
DEVICE=br-vxlan
TYPE=Bridge
IPADDR={{host_info[inventory_hostname].VXLAN_IP}}
NETMASK=255.255.252.0
BOOTPROTO=none
DEFROUTE="no"
ONBOOT=yes
DELAY=0