Initial commit
[ta/infra-ansible.git] / roles / bootstrap-host / templates / redhat_interface_vlan.cfg.j2
1 DEVICE={{ item.name }}
2 TYPE=vlan
3 VLAN=yes
4 IPADDR={{ item.ip_addr }}
5 NETMASK={{ item.netmask }}
6 ONBOOT=yes
7 BOOTPROTO=none
8 NM_CONTROLLED=no
9 DELAY=0