Initial commit
[ta/infra-ansible.git] / roles / bootstrap-host / templates / redhat_interface_default.cfg.j2
1 {% if item.veth_peer is defined %}
2 # This interface has a veth peer
3 {% endif %}
4 DEVICE={{ item.name | default('br-mgmt') }}
5 TYPE=Bridge
6 IPADDR={{ item.ip_addr | default('10.1.0.1') }}
7 NETMASK={{ item.netmask | default('255.255.255.0') }}
8 ONBOOT=yes
9 BOOTPROTO=none
10 NM_CONTROLLED=no
11 DELAY=0