chore: change eth0 to ens18
This commit is contained in:
@@ -2,7 +2,17 @@
|
||||
profiles::cobbler::params::is_cobbler_master: true
|
||||
networking::interfaces:
|
||||
eth0:
|
||||
ensure: absent
|
||||
ens18:
|
||||
ensure: present
|
||||
family: inet
|
||||
method: static
|
||||
ipaddress: 198.18.13.27
|
||||
netmask: 255.255.255.0
|
||||
onboot: true
|
||||
networking::routes:
|
||||
default:
|
||||
gateway: 198.18.13.254
|
||||
interface: ens18
|
||||
|
||||
profiles::almalinux::base::remove_ens18: false
|
||||
|
||||
Reference in New Issue
Block a user