feat: networking defaults

- add interface/route defaults
- merge defaults into each interface/route
This commit is contained in:
2024-06-23 17:34:23 +10:00
parent 3b907159f1
commit 6839fb8c5f
3 changed files with 23 additions and 22 deletions
@@ -1,15 +1,8 @@
---
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