source: MondoRescue/branches/3.3/ansible/roles/system/templates/ifcfg-enp2s0f0@ 3667

Last change on this file since 3667 was 3667, checked in by Bruno Cornec, 7 years ago

Many updates to MR setup

File size: 205 bytes
RevLine 
[3657]1DEVICE=enp2s0f0
2BOOTPROTO=static
[3667]3IPADDR={{ ip_int }}
[3657]4NETMASK={{ netmask_int }}
5ONBOOT=yes
6METRIC=10
7MII_NOT_SUPPORTED=no
8USERCTL=no
9RESOLV_MODS=no
10IPV6INIT=no
11IPV6TO4INIT=no
12ACCOUNTING=no
13NM_CONTROLLED=no
Note: See TracBrowser for help on using the repository browser.