chore: change eth0 to ens18

This commit is contained in:
2024-06-23 16:42:27 +10:00
parent 803a0ac01d
commit 3b907159f1
2 changed files with 18 additions and 4 deletions
@@ -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