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